|
VLC
2.1.0-git
|
Helper structure to export to file part of the playlist. More...

Data Fields | |
| const char * | psz_filename |
| FILE * | p_file |
| playlist_item_t * | p_root |
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 | |
Helper structure to export to file part of the playlist.
| bool playlist_export_t::b_force |
set by the outside (eg.
| int playlist_export_t::i_flags |
| FILE* playlist_export_t::p_file |
Referenced by playlist_Export().
| libvlc_int_t* playlist_export_t::p_libvlc |
(root of all evil) - 1
| vlc_object_t* playlist_export_t::p_parent |
our parent
| playlist_item_t* playlist_export_t::p_root |
Referenced by playlist_Export().
| const char* playlist_export_t::psz_filename |
Referenced by playlist_Export().
| char* playlist_export_t::psz_header |
| const char* playlist_export_t::psz_object_type |
1.8.1.2