示例#1
0
 public static void Close()
 {
     if (_Playback != null)
     {
         _Playback.Close();
     }
     _Playback = null;
 }
示例#2
0
 public static void Close(int Stream)
 {
     _Playback.Close(Stream);
 }