| 
    FFmpeg
    
   | 
 
Data Fields | |
| int | audio_stream_index | 
| int | video_stream_index | 
| CinFileHeader | file_header | 
| int64_t | audio_stream_pts | 
| int64_t | video_stream_pts | 
| CinFrameHeader | frame_header | 
| int | audio_buffer_size | 
| int CinDemuxContext::audio_stream_index | 
Definition at line 54 of file dsicin.c.
Referenced by cin_read_header(), and cin_read_packet().
| int CinDemuxContext::video_stream_index | 
Definition at line 55 of file dsicin.c.
Referenced by cin_read_header(), and cin_read_packet().
| CinFileHeader CinDemuxContext::file_header | 
Definition at line 56 of file dsicin.c.
Referenced by cin_read_file_header(), and cin_read_header().
| int64_t CinDemuxContext::audio_stream_pts | 
Definition at line 57 of file dsicin.c.
Referenced by cin_read_header(), and cin_read_packet().
| int64_t CinDemuxContext::video_stream_pts | 
Definition at line 58 of file dsicin.c.
Referenced by cin_read_header(), and cin_read_packet().
| CinFrameHeader CinDemuxContext::frame_header | 
Definition at line 59 of file dsicin.c.
Referenced by cin_read_frame_header(), and cin_read_packet().
| int CinDemuxContext::audio_buffer_size | 
Definition at line 60 of file dsicin.c.
Referenced by cin_read_header(), and cin_read_packet().
 1.8.17