Stream output access_output. More...

Data Fields | |
| module_t * | p_module |
| char * | psz_access |
| int | i_writes |
| int64_t | i_sent_bytes |
| Local counter reset each time it is transferred to stats. | |
| char * | psz_path |
| sout_access_out_sys_t * | p_sys |
| int(* | pf_seek )(sout_access_out_t *, off_t) |
| ssize_t(* | pf_read )(sout_access_out_t *, block_t *) |
| ssize_t(* | pf_write )(sout_access_out_t *, block_t *) |
| int(* | pf_control )(sout_access_out_t *, int, va_list) |
| config_chain_t * | p_cfg |
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_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
Stream output access_output.
| volatile bool sout_access_out_t::b_die |
set by the outside
set by the outside (eg.
| int64_t sout_access_out_t::i_sent_bytes |
Local counter reset each time it is transferred to stats.
Referenced by sout_AccessOutNew().
Referenced by sout_AccessOutNew().
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
(root of all evil) - 1
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
our parent
Referenced by sout_AccessOutNew().
| int(* sout_access_out_t::pf_control)(sout_access_out_t *, int, va_list) |
Referenced by sout_AccessOutControl(), and sout_AccessOutNew().
| ssize_t(* sout_access_out_t::pf_read)(sout_access_out_t *, block_t *) |
Referenced by sout_AccessOutNew(), and sout_AccessOutRead().
| int(* sout_access_out_t::pf_seek)(sout_access_out_t *, off_t) |
Referenced by sout_AccessOutNew(), and sout_AccessOutSeek().
| ssize_t(* sout_access_out_t::pf_write)(sout_access_out_t *, block_t *) |
Referenced by sout_AccessOutNew(), and sout_AccessOutWrite().
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
| const char* sout_access_out_t::psz_object_type |
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
1.7.1