VLC  3.0.15
Data Fields
playlist_export_t Struct Reference

Helper structure to export to file part of the playlist. More...

Collaboration diagram for playlist_export_t:
Collaboration graph
[legend]

Data Fields

struct vlc_common_members obj
 
char * base_url
 
FILE * p_file
 
playlist_item_tp_root
 

Detailed Description

Helper structure to export to file part of the playlist.

Field Documentation

◆ base_url

char* playlist_export_t::base_url

Referenced by playlist_Export().

◆ obj

struct vlc_common_members playlist_export_t::obj

◆ p_file

FILE* playlist_export_t::p_file

Referenced by playlist_Export().

◆ p_root

playlist_item_t* playlist_export_t::p_root

Referenced by playlist_Export().


The documentation for this struct was generated from the following file: