FFmpeg
|
Data Fields | |
unsigned | type |
unsigned | subtype |
unsigned | channel |
unsigned | frame_subnumber |
unsigned | frame_number |
unsigned | date |
unsigned | timestamp |
int | width |
int | height |
int | video_codec |
int | frame_rate |
int | audio_channels |
int | audio_codec |
int | sample_rate |
int64_t | last_good_pos |
int64_t | duration |
int | video_stream_index |
int | audio_stream_index |
unsigned DHAVContext::type |
Definition at line 29 of file dhav.c.
Referenced by dhav_read_packet(), and read_chunk().
unsigned DHAVContext::subtype |
Definition at line 30 of file dhav.c.
Referenced by read_chunk().
unsigned DHAVContext::channel |
Definition at line 31 of file dhav.c.
Referenced by read_chunk().
unsigned DHAVContext::frame_subnumber |
Definition at line 32 of file dhav.c.
Referenced by read_chunk().
unsigned DHAVContext::frame_number |
Definition at line 33 of file dhav.c.
Referenced by read_chunk().
unsigned DHAVContext::date |
Definition at line 34 of file dhav.c.
Referenced by get_duration(), get_pts(), and read_chunk().
unsigned DHAVContext::timestamp |
Definition at line 35 of file dhav.c.
Referenced by get_pts(), and read_chunk().
int DHAVContext::width |
Definition at line 36 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::height |
Definition at line 36 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::video_codec |
Definition at line 37 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::frame_rate |
Definition at line 38 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::audio_channels |
Definition at line 39 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::audio_codec |
Definition at line 40 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int DHAVContext::sample_rate |
Definition at line 41 of file dhav.c.
Referenced by dhav_read_packet(), and parse_ext().
int64_t DHAVContext::last_good_pos |
Definition at line 42 of file dhav.c.
Referenced by dhav_read_header(), dhav_read_packet(), dhav_read_seek(), and read_chunk().
int64_t DHAVContext::duration |
Definition at line 43 of file dhav.c.
Referenced by dhav_read_header(), and dhav_read_packet().
int DHAVContext::video_stream_index |
Definition at line 45 of file dhav.c.
Referenced by dhav_read_header(), and dhav_read_packet().
int DHAVContext::audio_stream_index |
Definition at line 46 of file dhav.c.
Referenced by dhav_read_header(), and dhav_read_packet().