FFmpeg
|
Data Fields | |
int | index |
int | used |
int | type |
int | codec_id |
int | nb_channels |
int | nb_frames |
AVRational | rate |
int | width |
int | height |
int64_t | duration |
int64_t | extradata_pos |
int USMChannel::index |
Definition at line 36 of file usmdec.c.
Referenced by parse_chunk().
int USMChannel::used |
Definition at line 37 of file usmdec.c.
Referenced by parse_chunk().
int USMChannel::type |
Definition at line 38 of file usmdec.c.
Referenced by parse_chunk().
int USMChannel::codec_id |
Definition at line 39 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int USMChannel::nb_channels |
Definition at line 40 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int USMChannel::nb_frames |
Definition at line 41 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
AVRational USMChannel::rate |
Definition at line 42 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int USMChannel::width |
Definition at line 43 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int USMChannel::height |
Definition at line 43 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int64_t USMChannel::duration |
Definition at line 44 of file usmdec.c.
Referenced by parse_chunk(), and parse_utf().
int64_t USMChannel::extradata_pos |
Definition at line 45 of file usmdec.c.
Referenced by parse_chunk().