FFmpeg  1.2.4
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 227 of file mpegtsenc.c.

Field Documentation

AVFormatContext* MpegTSWriteStream::amux
int MpegTSWriteStream::cc

Definition at line 230 of file mpegtsenc.c.

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

int MpegTSWriteStream::first_pts_check

first pts check needed

Definition at line 232 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_packet_internal().

uint8_t* MpegTSWriteStream::payload
int64_t MpegTSWriteStream::payload_dts
int MpegTSWriteStream::payload_flags

Definition at line 236 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

int64_t MpegTSWriteStream::payload_pts
int MpegTSWriteStream::payload_size

Definition at line 231 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

int MpegTSWriteStream::pid
int MpegTSWriteStream::prev_payload_key

Definition at line 233 of file mpegtsenc.c.

Referenced by mpegts_write_pes().

struct MpegTSService* MpegTSWriteStream::service

Definition at line 228 of file mpegtsenc.c.

Referenced by mpegts_write_header(), and mpegts_write_pes().


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