FFmpeg  4.0
Data Fields
CDXLDemuxContext Struct Reference

Data Fields

AVClassclass
 
int sample_rate
 
char * framerate
 
AVRational fps
 
int read_chunk
 
uint8_t header [CDXL_HEADER_SIZE]
 
int video_stream_index
 
int audio_stream_index
 
int64_t filesize
 

Detailed Description

Definition at line 31 of file cdxl.c.

Field Documentation

◆ class

AVClass* CDXLDemuxContext::class

Definition at line 32 of file cdxl.c.

◆ sample_rate

int CDXLDemuxContext::sample_rate

Definition at line 33 of file cdxl.c.

Referenced by cdxl_read_packet().

◆ framerate

char* CDXLDemuxContext::framerate

Definition at line 34 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().

◆ fps

AVRational CDXLDemuxContext::fps

Definition at line 35 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().

◆ read_chunk

int CDXLDemuxContext::read_chunk

Definition at line 36 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().

◆ header

uint8_t CDXLDemuxContext::header[CDXL_HEADER_SIZE]

Definition at line 37 of file cdxl.c.

Referenced by cdxl_read_packet().

◆ video_stream_index

int CDXLDemuxContext::video_stream_index

Definition at line 38 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().

◆ audio_stream_index

int CDXLDemuxContext::audio_stream_index

Definition at line 39 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().

◆ filesize

int64_t CDXLDemuxContext::filesize

Definition at line 40 of file cdxl.c.

Referenced by cdxl_read_header(), and cdxl_read_packet().


The documentation for this struct was generated from the following file: