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

Data Fields

int pid
 
int cc
 
void(* write_packet )(struct MpegTSSection *s, const uint8_t *packet)
 
voidopaque
 

Detailed Description

Definition at line 43 of file mpegtsenc.c.

Field Documentation

int MpegTSSection::pid
int MpegTSSection::cc

Definition at line 45 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_section().

void(* MpegTSSection::write_packet)(struct MpegTSSection *s, const uint8_t *packet)

Definition at line 46 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_section().

void* MpegTSSection::opaque

Definition at line 47 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and section_write_packet().


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