ADTSContext Struct Reference

#include <adts.h>

Data Fields

int write_adts
 
int objecttype
 
int sample_rate_index
 
int channel_conf
 
int pce_size
 
uint8_t pce_data [MAX_PCE_SIZE]
 

Detailed Description

Definition at line 31 of file adts.h.

Field Documentation

int ADTSContext::channel_conf

Definition at line 35 of file adts.h.

Referenced by ff_adts_decode_extradata(), and ff_adts_write_frame_header().

int ADTSContext::objecttype

Definition at line 33 of file adts.h.

Referenced by ff_adts_decode_extradata(), and ff_adts_write_frame_header().

uint8_t ADTSContext::pce_data[MAX_PCE_SIZE]

Definition at line 37 of file adts.h.

Referenced by adts_write_packet(), ff_adts_decode_extradata(), and mpegts_write_packet().

int ADTSContext::pce_size

Definition at line 36 of file adts.h.

Referenced by adts_write_packet(), ff_adts_decode_extradata(), and mpegts_write_packet().

int ADTSContext::sample_rate_index

Definition at line 34 of file adts.h.

Referenced by ff_adts_decode_extradata(), and ff_adts_write_frame_header().

int ADTSContext::write_adts

Definition at line 32 of file adts.h.

Referenced by adts_write_packet(), and ff_adts_decode_extradata().


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