FFmpeg
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 66 of file smoothstreamingenc.c.

Field Documentation

◆ class

const AVClass* SmoothStreamingContext::class

Definition at line 67 of file smoothstreamingenc.c.

◆ window_size

int SmoothStreamingContext::window_size

Definition at line 68 of file smoothstreamingenc.c.

◆ extra_window_size

int SmoothStreamingContext::extra_window_size

Definition at line 69 of file smoothstreamingenc.c.

◆ lookahead_count

int SmoothStreamingContext::lookahead_count

Definition at line 70 of file smoothstreamingenc.c.

◆ min_frag_duration

int SmoothStreamingContext::min_frag_duration

Definition at line 71 of file smoothstreamingenc.c.

◆ remove_at_exit

int SmoothStreamingContext::remove_at_exit

Definition at line 72 of file smoothstreamingenc.c.

◆ streams

OutputStream* SmoothStreamingContext::streams

Definition at line 73 of file smoothstreamingenc.c.

◆ has_video

int SmoothStreamingContext::has_video

Definition at line 74 of file smoothstreamingenc.c.

◆ has_audio

int SmoothStreamingContext::has_audio

Definition at line 74 of file smoothstreamingenc.c.

◆ nb_fragments

int SmoothStreamingContext::nb_fragments

Definition at line 75 of file smoothstreamingenc.c.


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