Exemplo n.º 1
0
 private static bool WriteFilePLS(string Filename, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 private static bool WriteFileM3U(string Filename, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static bool WriteFile(string Filename, OggPlaylistFormat Format, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public static bool WriteFile(string Filename, OggPlaylistFormat Format, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }