Beispiel #1
0
 public override object inspect_sound(wzsound sound, string path)
 {
     return(Tools.BinaryToBase64String(sound.data));
 }
Beispiel #2
0
 public override object inspect_sound(wzsound sound, string path)
 {
     return(path);
 }
Beispiel #3
0
 public override object inspect_sound(wzsound sound)
 {
     //this._inspect_sound_b(sound);
     //throw new NotImplementedException();
     return(Tools.BinaryToBase64String(sound.data));
 }
Beispiel #4
0
 public virtual object inspect_sound(wzsound sound, string path)
 {
     throw new System.NotImplementedException();
 }
Beispiel #5
0
 public override object inspect_sound(wzsound sound)
 {
     return("");
 }