FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

int MpegTSFilter::pid

Definition at line 90 of file mpegts.c.

Referenced by mpegts_close_filter(), mpegts_open_filter(), pat_cb(), and write_section_data().

int MpegTSFilter::es_id

Definition at line 91 of file mpegts.c.

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

int MpegTSFilter::last_cc

Definition at line 92 of file mpegts.c.

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

int64_t MpegTSFilter::last_pcr

Definition at line 93 of file mpegts.c.

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

enum MpegTSFilterType MpegTSFilter::type
MpegTSPESFilter MpegTSFilter::pes_filter
MpegTSSectionFilter MpegTSFilter::section_filter
union { ... } MpegTSFilter::u

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