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 More...
 
int prev_payload_key
 
int64_t payload_pts
 
int64_t payload_dts
 
int payload_flags
 
uint8_tpayload
 
AVFormatContextamux
 
AVRational user_tb
 
int opus_queued_samples
 
int opus_pending_trim_start
 

Detailed Description

Definition at line 218 of file mpegtsenc.c.

Field Documentation

struct MpegTSService* MpegTSWriteStream::service

Definition at line 219 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_pes().

int MpegTSWriteStream::pid
int MpegTSWriteStream::cc

Definition at line 221 of file mpegtsenc.c.

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

int MpegTSWriteStream::payload_size

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

Referenced by mpegts_init(), and mpegts_write_packet_internal().

int MpegTSWriteStream::prev_payload_key

Definition at line 224 of file mpegtsenc.c.

Referenced by mpegts_write_pes().

int64_t MpegTSWriteStream::payload_pts

Definition at line 225 of file mpegtsenc.c.

Referenced by mpegts_init(), mpegts_write_flush(), and mpegts_write_packet_internal().

int64_t MpegTSWriteStream::payload_dts

Definition at line 226 of file mpegtsenc.c.

Referenced by mpegts_init(), mpegts_write_flush(), and mpegts_write_packet_internal().

int MpegTSWriteStream::payload_flags

Definition at line 227 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

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

Definition at line 229 of file mpegtsenc.c.

Referenced by mpegts_deinit(), mpegts_init(), and mpegts_write_packet_internal().

AVRational MpegTSWriteStream::user_tb

Definition at line 230 of file mpegtsenc.c.

Referenced by mpegts_init().

int MpegTSWriteStream::opus_queued_samples

Definition at line 233 of file mpegtsenc.c.

Referenced by mpegts_write_flush(), and mpegts_write_packet_internal().

int MpegTSWriteStream::opus_pending_trim_start

Definition at line 234 of file mpegtsenc.c.

Referenced by mpegts_init(), and mpegts_write_packet_internal().


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