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 Wed Apr 16 2025 06:53:32 for FFmpeg by
