FFmpeg
Data Fields
MpegTSFilter Struct Reference

Data Fields

int pid
 
int es_id
 
int last_cc
 
int64_t last_pcr
 
int discard
 
enum MpegTSFilterType type
 
union {
   MpegTSPESFilter   pes_filter
 
   MpegTSSectionFilter   section_filter
 
u
 

Detailed Description

Definition at line 100 of file mpegts.c.

Field Documentation

◆ pid

int MpegTSFilter::pid

Definition at line 101 of file mpegts.c.

Referenced by pat_cb(), and write_section_data().

◆ es_id

int MpegTSFilter::es_id

Definition at line 102 of file mpegts.c.

Referenced by ff_parse_mpeg2_descriptor(), and m4sl_cb().

◆ last_cc

int MpegTSFilter::last_cc

Definition at line 103 of file mpegts.c.

Referenced by handle_packet(), and handle_packets().

◆ last_pcr

int64_t MpegTSFilter::last_pcr

Definition at line 104 of file mpegts.c.

Referenced by handle_packet(), and handle_packets().

◆ discard

int MpegTSFilter::discard

Definition at line 105 of file mpegts.c.

Referenced by handle_packet().

◆ type

enum MpegTSFilterType MpegTSFilter::type

Definition at line 106 of file mpegts.c.

Referenced by handle_packet(), handle_packets(), m4sl_cb(), mpegts_read_packet(), pat_cb(), and pmt_cb().

◆ pes_filter

MpegTSPESFilter MpegTSFilter::pes_filter

Definition at line 108 of file mpegts.c.

Referenced by handle_packet(), handle_packets(), m4sl_cb(), mpegts_read_packet(), and pmt_cb().

◆ section_filter

MpegTSSectionFilter MpegTSFilter::section_filter

Definition at line 109 of file mpegts.c.

Referenced by handle_packets(), pat_cb(), and write_section_data().

◆ u

union { ... } MpegTSFilter::u

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