|
FFmpeg
|
#include <cmdutils.h>
Data Fields | ||
| char * | specifier | |
| StreamSpecifier | stream_spec | |
| union { | ||
| uint8_t * str | ||
| int i | ||
| int64_t i64 | ||
| uint64_t ui64 | ||
| float f | ||
| double dbl | ||
| } | u | |
Definition at line 167 of file cmdutils.h.
| char* SpecifierOpt::specifier |
Definition at line 169 of file cmdutils.h.
Referenced by copy_meta(), ifile_open(), of_add_metadata(), opt_match_per_stream(), opt_match_per_stream_group(), opt_match_per_type_str(), ost_add(), reenc_delete_metadata_key(), uninit_options(), and write_option().
| StreamSpecifier SpecifierOpt::stream_spec |
Definition at line 171 of file cmdutils.h.
Referenced by opt_match_per_stream(), uninit_options(), and write_option().
| uint8_t* SpecifierOpt::str |
Definition at line 174 of file cmdutils.h.
Referenced by copy_meta(), dec_create(), ifile_open(), of_add_groups(), of_add_metadata(), of_add_programs(), opt_match_per_stream(), opt_match_per_stream_group(), opt_match_per_type_str(), reenc_delete_metadata_key(), and uninit_options().
| int SpecifierOpt::i |
Definition at line 175 of file cmdutils.h.
Referenced by ifile_open(), opt_match_per_stream(), and opt_match_per_stream_group().
| int64_t SpecifierOpt::i64 |
Definition at line 176 of file cmdutils.h.
Referenced by opt_match_per_stream(), and opt_match_per_stream_group().
| uint64_t SpecifierOpt::ui64 |
Definition at line 177 of file cmdutils.h.
| float SpecifierOpt::f |
Definition at line 178 of file cmdutils.h.
Referenced by opt_match_per_stream(), and opt_match_per_stream_group().
| double SpecifierOpt::dbl |
Definition at line 179 of file cmdutils.h.
Referenced by opt_match_per_stream(), and opt_match_per_stream_group().
| union { ... } SpecifierOpt::u |