| FFmpeg
    | 
MpegTSSection Struct Reference
  | Data Fields | |
| int | pid | 
| int | cc | 
| void(* | write_packet )(struct MpegTSSection *s, const uint8_t *packet) | 
| void * | opaque | 
Detailed Description
Definition at line 41 of file mpegtsenc.c.
Field Documentation
| int MpegTSSection::cc | 
Definition at line 43 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_section().
| void* MpegTSSection::opaque | 
Definition at line 45 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and section_write_packet().
| int MpegTSSection::pid | 
Definition at line 42 of file mpegtsenc.c.
Referenced by mpegts_add_service(), mpegts_write_header(), mpegts_write_pat(), and mpegts_write_section().
| void(* MpegTSSection::write_packet) (struct MpegTSSection *s, const uint8_t *packet) | 
Definition at line 44 of file mpegtsenc.c.
Referenced by mpegts_write_header(), and mpegts_write_section().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11