FFmpeg
Data Fields
VariantStream Struct Reference

Data Fields

unsigned var_stream_idx
 
unsigned number
 
int64_t sequence
 
ff_const59 AVOutputFormatoformat
 
ff_const59 AVOutputFormatvtt_oformat
 
AVIOContextout
 
int packets_written
 
int init_range_length
 
AVFormatContextavf
 
AVFormatContextvtt_avf
 
int has_video
 
int has_subtitle
 
int new_start
 
double dpp
 
int64_t start_pts
 
int64_t end_pts
 
int64_t video_lastpos
 
int64_t video_keyframe_pos
 
int64_t video_keyframe_size
 
double duration
 
int64_t start_pos
 
int64_t size
 
int nb_entries
 
int discontinuity_set
 
int discontinuity
 
int reference_stream_index
 
HLSSegmentsegments
 
HLSSegmentlast_segment
 
HLSSegmentold_segments
 
char * basename
 
char * vtt_basename
 
char * vtt_m3u8_name
 
char * m3u8_name
 
double initial_prog_date_time
 
char current_segment_final_filename_fmt [MAX_URL_SIZE]
 
char * fmp4_init_filename
 
char * base_output_dirname
 
AVStream ** streams
 
char codec_attr [128]
 
CodecAttributeStatus attr_status
 
unsigned int nb_streams
 
int m3u8_created
 
int is_default
 
char * language
 
char * agroup
 
char * ccgroup
 
char * baseurl
 
char * varname
 

Detailed Description

Definition at line 112 of file hlsenc.c.

Field Documentation

◆ var_stream_idx

unsigned VariantStream::var_stream_idx

◆ number

unsigned VariantStream::number

Definition at line 114 of file hlsenc.c.

Referenced by create_master_playlist(), hls_start(), and hls_write_packet().

◆ sequence

int64_t VariantStream::sequence

◆ oformat

ff_const59 AVOutputFormat* VariantStream::oformat

Definition at line 116 of file hlsenc.c.

Referenced by hls_init(), and hls_mux_init().

◆ vtt_oformat

ff_const59 AVOutputFormat* VariantStream::vtt_oformat

Definition at line 117 of file hlsenc.c.

Referenced by hls_init(), and hls_mux_init().

◆ out

AVIOContext* VariantStream::out

Definition at line 118 of file hlsenc.c.

Referenced by flush_dynbuf(), hls_mux_init(), hls_write_packet(), and hls_write_trailer().

◆ packets_written

int VariantStream::packets_written

Definition at line 119 of file hlsenc.c.

Referenced by hls_mux_init(), hls_write_packet(), and hls_write_trailer().

◆ init_range_length

int VariantStream::init_range_length

Definition at line 120 of file hlsenc.c.

Referenced by hls_mux_init(), hls_window(), hls_write_packet(), and hls_write_trailer().

◆ avf

AVFormatContext* VariantStream::avf

◆ vtt_avf

AVFormatContext* VariantStream::vtt_avf

◆ has_video

int VariantStream::has_video

◆ has_subtitle

int VariantStream::has_subtitle

Definition at line 126 of file hlsenc.c.

Referenced by create_master_playlist(), hls_append_segment(), hls_init(), and hls_write_header().

◆ new_start

int VariantStream::new_start

Definition at line 127 of file hlsenc.c.

Referenced by hls_mux_init(), and hls_write_packet().

◆ dpp

double VariantStream::dpp

Definition at line 128 of file hlsenc.c.

Referenced by hls_write_packet(), and hls_write_trailer().

◆ start_pts

int64_t VariantStream::start_pts

Definition at line 129 of file hlsenc.c.

Referenced by hls_init(), and hls_write_packet().

◆ end_pts

int64_t VariantStream::end_pts

Definition at line 130 of file hlsenc.c.

Referenced by hls_init(), and hls_write_packet().

◆ video_lastpos

int64_t VariantStream::video_lastpos

Definition at line 131 of file hlsenc.c.

Referenced by hls_write_packet().

◆ video_keyframe_pos

int64_t VariantStream::video_keyframe_pos

Definition at line 132 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_write_packet().

◆ video_keyframe_size

int64_t VariantStream::video_keyframe_size

Definition at line 133 of file hlsenc.c.

Referenced by hls_append_segment(), and hls_write_packet().

◆ duration

double VariantStream::duration

Definition at line 134 of file hlsenc.c.

Referenced by hls_write_packet(), hls_write_trailer(), and parse_playlist().

◆ start_pos

int64_t VariantStream::start_pos

Definition at line 135 of file hlsenc.c.

Referenced by hls_mux_init(), hls_write_packet(), hls_write_trailer(), and parse_playlist().

◆ size

int64_t VariantStream::size

Definition at line 136 of file hlsenc.c.

Referenced by hls_write_packet(), hls_write_trailer(), and parse_playlist().

◆ nb_entries

int VariantStream::nb_entries

Definition at line 137 of file hlsenc.c.

Referenced by hls_append_segment(), hls_window(), and hls_write_packet().

◆ discontinuity_set

int VariantStream::discontinuity_set

Definition at line 138 of file hlsenc.c.

Referenced by hls_window().

◆ discontinuity

int VariantStream::discontinuity

Definition at line 139 of file hlsenc.c.

Referenced by hls_append_segment(), hls_init(), and parse_playlist().

◆ reference_stream_index

int VariantStream::reference_stream_index

Definition at line 140 of file hlsenc.c.

Referenced by hls_init(), and hls_write_packet().

◆ segments

HLSSegment* VariantStream::segments

◆ last_segment

HLSSegment* VariantStream::last_segment

Definition at line 143 of file hlsenc.c.

Referenced by hls_append_segment().

◆ old_segments

HLSSegment* VariantStream::old_segments

Definition at line 144 of file hlsenc.c.

Referenced by hls_append_segment(), hls_delete_old_segments(), and hls_free_variant_streams().

◆ basename

char* VariantStream::basename

◆ vtt_basename

char* VariantStream::vtt_basename

Definition at line 147 of file hlsenc.c.

Referenced by hls_free_variant_streams(), hls_init(), and hls_start().

◆ vtt_m3u8_name

char* VariantStream::vtt_m3u8_name

Definition at line 148 of file hlsenc.c.

Referenced by hls_free_variant_streams(), hls_init(), and hls_window().

◆ m3u8_name

char* VariantStream::m3u8_name

Definition at line 149 of file hlsenc.c.

Referenced by create_master_playlist(), hls_free_variant_streams(), hls_init(), and hls_window().

◆ initial_prog_date_time

double VariantStream::initial_prog_date_time

Definition at line 151 of file hlsenc.c.

Referenced by hls_append_segment(), hls_init(), and hls_window().

◆ current_segment_final_filename_fmt

char VariantStream::current_segment_final_filename_fmt[MAX_URL_SIZE]

◆ fmp4_init_filename

char* VariantStream::fmp4_init_filename

Definition at line 154 of file hlsenc.c.

Referenced by hls_free_variant_streams(), hls_init(), hls_mux_init(), and hls_window().

◆ base_output_dirname

char* VariantStream::base_output_dirname

◆ streams

AVStream** VariantStream::streams

◆ codec_attr

char VariantStream::codec_attr[128]

Definition at line 158 of file hlsenc.c.

Referenced by create_master_playlist(), and write_codec_attr().

◆ attr_status

CodecAttributeStatus VariantStream::attr_status

Definition at line 159 of file hlsenc.c.

Referenced by write_codec_attr().

◆ nb_streams

unsigned int VariantStream::nb_streams

◆ m3u8_created

int VariantStream::m3u8_created

Definition at line 161 of file hlsenc.c.

Referenced by create_master_playlist().

◆ is_default

int VariantStream::is_default

Definition at line 162 of file hlsenc.c.

Referenced by create_master_playlist(), and parse_variant_stream_mapstring().

◆ language

char* VariantStream::language

◆ agroup

char* VariantStream::agroup

◆ ccgroup

char* VariantStream::ccgroup

◆ baseurl

char* VariantStream::baseurl

Definition at line 166 of file hlsenc.c.

Referenced by hls_free_variant_streams(), hls_init(), and hls_window().

◆ varname

char* VariantStream::varname

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