Ejemplo n.º 1
0
 public static ErrorNumberEnum GetProgressOfTranscoder(IntPtr taskHandle, ref int percentage)
 {
     return((ErrorNumberEnum)WrapperInterface.getProgressOfTranscoder(taskHandle, ref percentage));
 }