FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MpegTSService Struct Reference

Data Fields

MpegTSSection pmt
 
int sid
 
char * name
 
char * provider_name
 
int pcr_pid
 
int pcr_packet_count
 
int pcr_packet_period
 
AVProgramprogram
 

Detailed Description

Definition at line 54 of file mpegtsenc.c.

Field Documentation

MpegTSSection MpegTSService::pmt

Definition at line 55 of file mpegtsenc.c.

Referenced by mpegts_add_service(), mpegts_init(), mpegts_write_pat(), and mpegts_write_pmt().

int MpegTSService::sid
char* MpegTSService::name

Definition at line 57 of file mpegtsenc.c.

Referenced by mpegts_add_service(), mpegts_deinit(), and mpegts_write_sdt().

char* MpegTSService::provider_name

Definition at line 58 of file mpegtsenc.c.

Referenced by mpegts_add_service(), mpegts_deinit(), mpegts_init(), and mpegts_write_sdt().

int MpegTSService::pcr_pid

Definition at line 59 of file mpegtsenc.c.

Referenced by mpegts_add_service(), mpegts_init(), mpegts_write_pes(), and mpegts_write_pmt().

int MpegTSService::pcr_packet_count

Definition at line 60 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_pes().

int MpegTSService::pcr_packet_period

Definition at line 61 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_pes().

AVProgram* MpegTSService::program

Definition at line 62 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_pmt().


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