
Functions | |
| int | Export_M3U (vlc_object_t *p_intf) |
| int | Export_M3U8 (vlc_object_t *p_intf) |
| int | Export_HTML (vlc_object_t *p_intf) |
| Export the playlist as an HTML page. | |
| int | xspf_export_playlist (vlc_object_t *p_intf) |
| Prints the XSPF header to file, writes each item by xspf_export_item() and closes the open xml elements. | |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| int Export_HTML | ( | vlc_object_t * | p_this | ) |
Export the playlist as an HTML page.
| p_this,: | the playlist |
References DoChildren(), msg_Dbg, playlist_export_t::p_file, playlist_export_t::p_root, and VLC_SUCCESS.
| int Export_M3U | ( | vlc_object_t * | p_intf | ) |
References DoChildren(), msg_Dbg, playlist_export_t::p_file, playlist_export_t::p_root, utf8_fprintf(), and VLC_SUCCESS.
| int Export_M3U8 | ( | vlc_object_t * | p_intf | ) |
References DoChildren(), msg_Dbg, playlist_export_t::p_file, playlist_export_t::p_root, and VLC_SUCCESS.
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| int xspf_export_playlist | ( | vlc_object_t * | p_this | ) |
Prints the XSPF header to file, writes each item by xspf_export_item() and closes the open xml elements.
| p_this | the VLC playlist object |
1.5.6