FFmpegfs Fuse Multi Media Filesystem 2.16
|
DVD parser. More...
#include <string>
Go to the source code of this file.
Functions | |
int | check_dvd (const std::string &path, void *buf=nullptr, fuse_fill_dir_t filler=nullptr) |
Get number of titles on DVD. More... | |
DVD parser.
This is only available if built with -DUSE_LIBDVD parameter.
Definition in file dvdparser.h.
int check_dvd | ( | const std::string & | path, |
void * | buf = nullptr , |
||
fuse_fill_dir_t | filler = nullptr |
||
) |
Get number of titles on DVD.
[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 (see0 |
Definition at line 550 of file dvdparser.cc.
References add_dotdot(), append_sep(), check_path(), load_path(), parse_dvd(), and Logging::trace().
Referenced by ffmpegfs_getattr(), and ffmpegfs_readdir().