コード例 #1
0
ファイル: PlcmProxy.cs プロジェクト: dazhouhu/QLSDK
 public static ErrorNumber StartRecord(int callHandle, RecordPipeType pipeType, string filePath)
 {
     return((ErrorNumber)PlcmHelper.startRecord(callHandle, (int)pipeType, filePath));
 }
コード例 #2
0
ファイル: WrapperProxy.cs プロジェクト: dazhouhu/MFWSDK
 public static ErrorNumber StartRecord(int callHandle, RecordPipeType pipeType, string filePath)
 {
     return((ErrorNumber)WrapperInterface.startRecord(callHandle, (int)pipeType, filePath));
 }