|
VLC
2.1.0-git
|
Stream output access_output. More...

Data Fields | |
| module_t * | p_module |
| char * | psz_access |
| 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 |
| 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.
| bool sout_access_out_t::b_force |
set by the outside (eg.
| int sout_access_out_t::i_flags |
| config_chain_t* sout_access_out_t::p_cfg |
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
| libvlc_int_t* sout_access_out_t::p_libvlc |
(root of all evil) - 1
| module_t* sout_access_out_t::p_module |
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
| vlc_object_t* sout_access_out_t::p_parent |
our parent
| sout_access_out_sys_t* sout_access_out_t::p_sys |
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().
| char* sout_access_out_t::psz_access |
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
| char* sout_access_out_t::psz_header |
| const char* sout_access_out_t::psz_object_type |
| char* sout_access_out_t::psz_path |
Referenced by sout_AccessOutDelete(), and sout_AccessOutNew().
1.8.1.2