예제 #1
0
 private static bool WriteFilePLS(string Filename, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 private static bool WriteFileM3U(string Filename, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public static bool WriteFile(string Filename, OggPlaylistFormat Format, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public static bool WriteFile(string Filename, OggPlaylistFormat Format, OggPlaylist Playlist)
 {
     throw new NotImplementedException();
 }