Include dependency graph for export.c:

Functions | |
| int | Export_M3U (vlc_object_t *p_intf) |
| int | Export_Old (vlc_object_t *p_intf) |
| 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_M3U | ( | vlc_object_t * | p_intf | ) |
| int Export_Old | ( | vlc_object_t * | p_intf | ) |
| 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.1