예제 #1
0
 public override object inspect_sound(wzsound sound, string path)
 {
     return(Tools.BinaryToBase64String(sound.data));
 }
예제 #2
0
 public override object inspect_sound(wzsound sound, string path)
 {
     return(path);
 }
예제 #3
0
파일: wz.cs 프로젝트: eu84567955/MSEmulator
 public override object inspect_sound(wzsound sound)
 {
     //this._inspect_sound_b(sound);
     //throw new NotImplementedException();
     return(Tools.BinaryToBase64String(sound.data));
 }
예제 #4
0
 public virtual object inspect_sound(wzsound sound, string path)
 {
     throw new System.NotImplementedException();
 }
예제 #5
0
파일: wz.cs 프로젝트: eu84567955/MSEmulator
 public override object inspect_sound(wzsound sound)
 {
     return("");
 }