FFmpeg
Data Fields
MpegTSSection Struct Reference

Data Fields

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

Detailed Description

Definition at line 53 of file mpegtsenc.c.

Field Documentation

◆ pid

int MpegTSSection::pid

Definition at line 54 of file mpegtsenc.c.

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

◆ cc

int MpegTSSection::cc

Definition at line 55 of file mpegtsenc.c.

Referenced by mpegts_add_service(), and mpegts_init().

◆ discontinuity

int MpegTSSection::discontinuity

Definition at line 56 of file mpegtsenc.c.

Referenced by mpegts_add_service(), and mpegts_init().

◆ write_packet

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

Definition at line 57 of file mpegtsenc.c.

Referenced by mpegts_add_service(), and mpegts_init().

◆ opaque

void* MpegTSSection::opaque

Definition at line 58 of file mpegtsenc.c.

Referenced by mpegts_add_service(), and mpegts_init().


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