Data Fields

sout_instance_t Struct Reference

Stream output instance. More...

Collaboration diagram for sout_instance_t:
Collaboration graph
[legend]

Data Fields

char * psz_sout
vlc_meta_tp_meta
int i_out_pace_nocontrol
 count of output that can't control the space
vlc_mutex_t lock
sout_stream_tp_stream
sout_instance_sys_tp_sys
 Private.
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
volatile bool b_die
 set by the outside
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Detailed Description

Stream output instance.


Field Documentation

volatile bool sout_instance_t::b_die

set by the outside

set by the outside (eg.

module_need())

count of output that can't control the space

Referenced by EsOutSend(), Init(), sout_MuxNew(), sout_MuxSendBuffer(), and sout_NewInstance().

(root of all evil) - 1

our parent

Private.

Referenced by sout_NewInstance().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines