FFmpeg
Loading...
Searching...
No Matches
SpecifierOpt Struct Reference

#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 
 

Detailed Description

Definition at line 167 of file cmdutils.h.

Field Documentation

◆ specifier

◆ stream_spec

StreamSpecifier SpecifierOpt::stream_spec

Definition at line 171 of file cmdutils.h.

Referenced by opt_match_per_stream(), uninit_options(), and write_option().

◆ str

◆ i

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().

◆ i64

int64_t SpecifierOpt::i64

Definition at line 176 of file cmdutils.h.

Referenced by opt_match_per_stream(), and opt_match_per_stream_group().

◆ ui64

uint64_t SpecifierOpt::ui64

Definition at line 177 of file cmdutils.h.

◆ f

float SpecifierOpt::f

Definition at line 178 of file cmdutils.h.

Referenced by opt_match_per_stream(), and opt_match_per_stream_group().

◆ dbl

double SpecifierOpt::dbl

Definition at line 179 of file cmdutils.h.

Referenced by opt_match_per_stream(), and opt_match_per_stream_group().

◆ [union]


The documentation for this struct was generated from the following file: