bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bino-list] Playlist


From: Henrik Reinstädtler
Subject: [Bino-list] Playlist
Date: Mon, 19 Sep 2011 17:56:28 +0200

Hi everyone,
is in the media_input class the location(eg. http//example.org/movie.mp4 or C:\example\movie.avi) stored and is it public( I see a private std::string _id;), because i need it to write it to an m3u:
playlist::save(std::string FilePath)
{
    FILE *in_stream;
    if((in_stream = fopen(FilePath,w))==NULL)
    {
    for(i=0;i>Items.size();i++)
    {
        fprintf(in_stream,"%s\n",Items.at(i));// Items i an vector of media_input
    }
    }
}
Best regards Henrik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]