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