FFmpeg  4.0
Data Fields
SmoothStreamingContext Struct Reference

Data Fields

const AVClassclass
 
int window_size
 
int extra_window_size
 
int lookahead_count
 
int min_frag_duration
 
int remove_at_exit
 
OutputStreamstreams
 
int has_video
 
int has_audio
 
int nb_fragments
 

Detailed Description

Definition at line 70 of file smoothstreamingenc.c.

Field Documentation

◆ class

const AVClass* SmoothStreamingContext::class

Definition at line 71 of file smoothstreamingenc.c.

◆ window_size

int SmoothStreamingContext::window_size

Definition at line 72 of file smoothstreamingenc.c.

Referenced by ism_flush(), and write_manifest().

◆ extra_window_size

int SmoothStreamingContext::extra_window_size

Definition at line 73 of file smoothstreamingenc.c.

Referenced by ism_flush().

◆ lookahead_count

int SmoothStreamingContext::lookahead_count

Definition at line 74 of file smoothstreamingenc.c.

Referenced by ism_flush(), ism_write_header(), and write_manifest().

◆ min_frag_duration

int SmoothStreamingContext::min_frag_duration

Definition at line 75 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and ism_write_packet().

◆ remove_at_exit

int SmoothStreamingContext::remove_at_exit

Definition at line 76 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_trailer().

◆ streams

OutputStream* SmoothStreamingContext::streams

◆ has_video

int SmoothStreamingContext::has_video

Definition at line 78 of file smoothstreamingenc.c.

Referenced by ism_write_header(), ism_write_packet(), and write_manifest().

◆ has_audio

int SmoothStreamingContext::has_audio

Definition at line 78 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

◆ nb_fragments

int SmoothStreamingContext::nb_fragments

Definition at line 79 of file smoothstreamingenc.c.

Referenced by ism_write_packet().


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