FFmpeg  4.0
Data Fields
MpegTSSection Struct Reference

Data Fields

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

Detailed Description

Definition at line 46 of file mpegtsenc.c.

Field Documentation

◆ pid

int MpegTSSection::pid

◆ cc

int MpegTSSection::cc

Definition at line 48 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_section().

◆ discontinuity

int MpegTSSection::discontinuity

Definition at line 49 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_section().

◆ write_packet

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

Definition at line 50 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_section().

◆ opaque

void* MpegTSSection::opaque

Definition at line 51 of file mpegtsenc.c.

Referenced by mpegts_init(), and section_write_packet().


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