
Functions | |
| int | Export_HTML (vlc_object_t *p_this) |
| Export the playlist as an HTML page. | |
| static void | DoChildren (playlist_export_t *p_export, playlist_item_t *p_root) |
| Recursively follow the playlist. | |
| static void DoChildren | ( | playlist_export_t * | p_export, | |
| playlist_item_t * | p_root | |||
| ) | [static] |
Recursively follow the playlist.
| p_export,: | the export structure | |
| p_root,: | the current node |
< Must it be saved
References convert_xml_special_chars(), i, playlist_item_t::i_children, playlist_item_t::i_flags, input_item_GetArtist(), input_item_GetDuration(), input_item_GetName(), playlist_export_t::p_file, playlist_item_t::p_input, PLAYLIST_SAVE_FLAG, playlist_item_t::pp_children, and psz_name.
Referenced by DoChildren(), Export_HTML(), Export_M3U(), and Export_M3U8().
| int Export_HTML | ( | vlc_object_t * | p_this | ) |
Export the playlist as an HTML page.
| p_this,: | the playlist |
1.5.6