FFmpeg
|
Data Fields | |
int | video_stream_index |
int | audio_stream_index |
enum AVCodecID | audio_type |
unsigned int | audio_samplerate |
unsigned int | audio_bits |
unsigned int | audio_channels |
enum AVCodecID | video_type |
unsigned int | sample_count |
film_sample * | sample_table |
unsigned int | current_sample |
unsigned int | base_clock |
unsigned int | version |
unsigned char * | stereo_buffer |
int | stereo_buffer_size |
Detailed Description
Definition at line 49 of file segafilm.c.
Field Documentation
unsigned int FilmDemuxContext::audio_bits |
Definition at line 55 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::audio_channels |
Definition at line 56 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::audio_samplerate |
Definition at line 54 of file segafilm.c.
Referenced by film_read_header().
int FilmDemuxContext::audio_stream_index |
Definition at line 51 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
enum AVCodecID FilmDemuxContext::audio_type |
Definition at line 53 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::base_clock |
Definition at line 63 of file segafilm.c.
Referenced by film_read_header().
unsigned int FilmDemuxContext::current_sample |
Definition at line 61 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::sample_count |
Definition at line 59 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
film_sample* FilmDemuxContext::sample_table |
Definition at line 60 of file segafilm.c.
Referenced by film_read_close(), film_read_header(), and film_read_packet().
unsigned char* FilmDemuxContext::stereo_buffer |
Definition at line 67 of file segafilm.c.
Referenced by film_read_close(), film_read_header(), and film_read_packet().
int FilmDemuxContext::stereo_buffer_size |
Definition at line 68 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
unsigned int FilmDemuxContext::version |
Definition at line 64 of file segafilm.c.
Referenced by 7digital-python.lockerEndpoint.Track::__init__(), 7digital-python.lib.oauth.OAuthServer::_get_version(), and film_read_header().
int FilmDemuxContext::video_stream_index |
Definition at line 50 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
enum AVCodecID FilmDemuxContext::video_type |
Definition at line 58 of file segafilm.c.
Referenced by film_read_header(), and film_read_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11