FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MpegTSWriteStream Struct Reference

Data Fields

struct MpegTSServiceservice
 
int pid
 
int cc
 
int payload_size
 
int first_pts_check
 first pts check needed
 
int prev_payload_key
 
int64_t payload_pts
 
int64_t payload_dts
 
int payload_flags
 
uint8_tpayload
 
AVFormatContextamux
 

Detailed Description

Definition at line 231 of file mpegtsenc.c.

Field Documentation

struct MpegTSService* MpegTSWriteStream::service

Definition at line 232 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_pes().

int MpegTSWriteStream::pid
int MpegTSWriteStream::cc

Definition at line 234 of file mpegtsenc.c.

Referenced by mpegts_insert_pcr_only(), mpegts_write_header(), and mpegts_write_pes().

int MpegTSWriteStream::payload_size

Definition at line 235 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

int MpegTSWriteStream::first_pts_check

first pts check needed

Definition at line 236 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_packet_internal().

int MpegTSWriteStream::prev_payload_key

Definition at line 237 of file mpegtsenc.c.

Referenced by mpegts_write_pes().

int64_t MpegTSWriteStream::payload_pts
int64_t MpegTSWriteStream::payload_dts
int MpegTSWriteStream::payload_flags

Definition at line 240 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

uint8_t* MpegTSWriteStream::payload
AVFormatContext* MpegTSWriteStream::amux

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