Exemplo n.º 1
0
 public static ErrorNumber StopTranscoder(IntPtr taskHandle)
 {
     return((ErrorNumber)WrapperInterface.stopTranscoder(taskHandle));
 }