private static bool WriteFilePLS(string Filename, OggPlaylist Playlist) { throw new NotImplementedException(); }
private static bool WriteFileM3U(string Filename, OggPlaylist Playlist) { throw new NotImplementedException(); }
public static bool WriteFile(string Filename, OggPlaylistFormat Format, OggPlaylist Playlist) { throw new NotImplementedException(); }