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
 
AVRational user_tb
 

Detailed Description

Definition at line 200 of file mpegtsenc.c.

Field Documentation

struct MpegTSService* MpegTSWriteStream::service

Definition at line 201 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_pes().

int MpegTSWriteStream::pid
int MpegTSWriteStream::cc

Definition at line 203 of file mpegtsenc.c.

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

int MpegTSWriteStream::payload_size

Definition at line 204 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 205 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_packet_internal().

int MpegTSWriteStream::prev_payload_key

Definition at line 206 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 209 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

uint8_t* MpegTSWriteStream::payload
AVFormatContext* MpegTSWriteStream::amux
AVRational MpegTSWriteStream::user_tb

Definition at line 212 of file mpegtsenc.c.

Referenced by mpegts_write_header().


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