FFmpegfs Fuse Multi Media Filesystem 2.16
|
Blu-ray parser. More...
#include <string>
Go to the source code of this file.
Functions | |
int | check_bluray (const std::string &path, void *buf=nullptr, fuse_fill_dir_t filler=nullptr) |
Get number of titles on Blu-ray. More... | |
Blu-ray parser.
This is only available if built with -DUSE_LIBBLURAY parameter.
Definition in file blurayparser.h.
int check_bluray | ( | const std::string & | path, |
void * | buf = nullptr , |
||
fuse_fill_dir_t | filler = nullptr |
||
) |
Get number of titles on Blu-ray.
[in] | path | - Path to check |
[in,out] | buf | - The buffer passed to the readdir() operation. |
[in,out] | filler | - Function to add an entry in a readdir() operation (see https://libfuse.github.io/doxygen/fuse_8h.html#a7dd132de66a5cc2add2a4eff5d435660) |
Definition at line 623 of file blurayparser.cc.
References add_dotdot(), append_sep(), check_path(), load_path(), parse_bluray(), and Logging::trace().
Referenced by ffmpegfs_getattr(), and ffmpegfs_readdir().