FFmpeg
|
Data Fields | |
unsigned int | file_size |
filesize, not always right | |
unsigned int | segments |
number of 512 byte segments | |
unsigned int | audio_identifier |
'MP3' on all files I have seen | |
unsigned int | audio_br |
bitrate of audio channel (mp3) | |
unsigned int | img_colorfmt |
frame colorfmt rgb 565/555 | |
unsigned int | img_bpp |
frame bits per pixel | |
unsigned int | img_width |
unsigned int | img_height |
unsigned int | img_segment_size |
size of image segment | |
unsigned int | video_fps |
unsigned int | full_segment_size |
unsigned int MTVDemuxContext::file_size |
unsigned int MTVDemuxContext::segments |
unsigned int MTVDemuxContext::audio_identifier |
'MP3' on all files I have seen
Definition at line 41 of file mtv.c.
Referenced by mtv_read_header().
unsigned int MTVDemuxContext::audio_br |
bitrate of audio channel (mp3)
Definition at line 42 of file mtv.c.
Referenced by mtv_read_header().
unsigned int MTVDemuxContext::img_colorfmt |
unsigned int MTVDemuxContext::img_bpp |
unsigned int MTVDemuxContext::img_width |
Definition at line 45 of file mtv.c.
Referenced by mtv_read_header().
unsigned int MTVDemuxContext::img_height |
Definition at line 46 of file mtv.c.
Referenced by mtv_read_header().
unsigned int MTVDemuxContext::img_segment_size |
size of image segment
Definition at line 47 of file mtv.c.
Referenced by mtv_read_header(), and mtv_read_packet().
unsigned int MTVDemuxContext::video_fps |
Definition at line 48 of file mtv.c.
Referenced by mtv_read_header().
unsigned int MTVDemuxContext::full_segment_size |
Definition at line 49 of file mtv.c.
Referenced by mtv_read_header(), and mtv_read_packet().