FFmpeg  4.0
Data Fields
MpegTSFilter Struct Reference

Data Fields

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

Detailed Description

Definition at line 89 of file mpegts.c.

Field Documentation

◆ pid

int MpegTSFilter::pid

◆ es_id

int MpegTSFilter::es_id

Definition at line 91 of file mpegts.c.

Referenced by ff_parse_mpeg2_descriptor(), m4sl_cb(), and mpegts_open_filter().

◆ last_cc

int MpegTSFilter::last_cc

Definition at line 92 of file mpegts.c.

Referenced by handle_packet(), handle_packets(), and mpegts_open_filter().

◆ last_pcr

int64_t MpegTSFilter::last_pcr

◆ type

enum MpegTSFilterType MpegTSFilter::type

◆ pes_filter

MpegTSPESFilter MpegTSFilter::pes_filter

◆ section_filter

MpegTSSectionFilter MpegTSFilter::section_filter

◆ u

union { ... } MpegTSFilter::u

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