コード例 #1
0
ファイル: PlcmProxy.cs プロジェクト: dazhouhu/QLSDK
 public static ErrorNumber GetProgressOfTranscoder(IntPtr taskHandle, ref int percentage)
 {
     return((ErrorNumber)PlcmHelper.getProgressOfTranscoder(taskHandle, ref percentage));
 }