예제 #1
0
 private static void HandleError(MLMusicService.ErrorType type, int code, IntPtr data)
 {
     MLMusicService.Error error = new MLMusicService.Error {
         Type = type, Code = code
     };
     MLThreadDispatch.Call(error, OnError);
 }
예제 #2
0
 public static extern MLResult.Code MLMusicServiceGetError(out MLMusicService.ErrorType outErrorType, out int outErrorCode);