VLC  4.0.0-dev
Data Fields
sout_instance_t Struct Reference

Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access) More...

Collaboration diagram for sout_instance_t:
Collaboration graph
[legend]

Data Fields

struct vlc_object_t obj
 
char * psz_sout
 
int i_out_pace_nocontrol
 count of output that can't control the space More...
 
bool b_wants_substreams
 
vlc_mutex_t lock
 
sout_stream_tp_stream
 

Detailed Description

Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access)

Field Documentation

◆ b_wants_substreams

bool sout_instance_t::b_wants_substreams

◆ i_out_pace_nocontrol

int sout_instance_t::i_out_pace_nocontrol

count of output that can't control the space

Referenced by Init(), sout_MuxNew(), sout_MuxSendBuffer(), sout_NewInstance(), sout_StreamDelete(), and sout_StreamNew().

◆ lock

vlc_mutex_t sout_instance_t::lock

◆ obj

struct vlc_object_t sout_instance_t::obj

Referenced by sout_StreamControl().

◆ p_stream

sout_stream_t* sout_instance_t::p_stream

◆ psz_sout

char* sout_instance_t::psz_sout

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