Exemplo n.º 1
0
 public static ErrorNumber EnableMediaQoE(VideoDataCapturedCallback videoDataCaptured,
                                          VideoDataRenderedCallback videoDataRendered,
                                          SpeakerDataReceivedCallback speakerDataReceived,
                                          MicrophoneDataSentCallback microphoneDataSent,
                                          DataEncodedCallback dataEncoded,
                                          DataDecodedCallback dataDecoded,
                                          RtpPacketReceivedCallback rtpPacketReceived,
                                          RtpPacketSentCallback rtpPacketSent,
                                          QoEType type)
 {
     return((ErrorNumber)WrapperInterface.enableMediaQoE(videoDataCaptured, videoDataRendered, speakerDataReceived, microphoneDataSent, dataEncoded, dataDecoded, rtpPacketReceived, rtpPacketSent, (int)type));
 }
Exemplo n.º 2
0
 public static ErrorNumber StopPlayAlert()
 {
     return((ErrorNumber)WrapperInterface.stopPlayAlert());
 }
Exemplo n.º 3
0
 public static ErrorNumber MuteMic(int callhandle, bool isMute)
 {
     return((ErrorNumber)WrapperInterface.muteMic(callhandle, isMute));
 }
Exemplo n.º 4
0
 public static ErrorNumber HoldCall(int callHandle)
 {
     return((ErrorNumber)WrapperInterface.holdCall(callHandle));
 }
Exemplo n.º 5
0
 public static ErrorNumber AttachStreamWnd(MediaType mediaType, int streamId, int callHandle, IntPtr windowHandle, int x, int y, int width, int height)
 {
     return((ErrorNumber)WrapperInterface.setStreamInfo((int)mediaType, streamId, callHandle, windowHandle, x, y, width, height));
 }
Exemplo n.º 6
0
 public static ErrorNumber TerminateCall(int callHandle)
 {
     return((ErrorNumber)WrapperInterface.terminateCall(callHandle));
 }
Exemplo n.º 7
0
 public static ErrorNumber SetVideoDevice(string cameraHandle)
 {
     return((ErrorNumber)WrapperInterface.setVideoDevice(cameraHandle));
 }
Exemplo n.º 8
0
 public static ErrorNumber startHttpTunnelAutoDiscovery(string destAddress, string destPort, string regId, string destUser)
 {
     return((ErrorNumber)WrapperInterface.startHttpTunnelAutoDiscovery(destAddress, destPort, regId, destUser));
 }
Exemplo n.º 9
0
 public static ErrorNumber StopTranscoder(IntPtr taskHandle)
 {
     return((ErrorNumber)WrapperInterface.stopTranscoder(taskHandle));
 }
Exemplo n.º 10
0
 public static IntPtr StartTranscoder(int audioOnly, LayoutType layoutType, int resoFormat, int bitRate,
                                      int frameRate, int keyFrameInterval, string inputFileName, string outputFileName, ref int errNo)
 {
     return(WrapperInterface.startTranscoder(audioOnly, (int)layoutType, resoFormat, bitRate, frameRate, keyFrameInterval, inputFileName, outputFileName, ref errNo));
 }
Exemplo n.º 11
0
 public static ErrorNumber SetConfigFilePath(string filePath)
 {
     return((ErrorNumber)WrapperInterface.setConfigFilePath(filePath));
 }
Exemplo n.º 12
0
 public static ErrorNumber Initialize()
 {
     return((ErrorNumber)WrapperInterface.initialize());
 }
Exemplo n.º 13
0
 public static ErrorNumber SetCertificateChoice(string certFingerPrint, int confirmId, CertificateChoiceType userChoice)
 {
     return((ErrorNumber)WrapperInterface.setCertificateChoice(certFingerPrint, confirmId, (int)userChoice));
 }
Exemplo n.º 14
0
 public static ErrorNumber PopupCameraPropertyAdvancedSettings(IntPtr winHandle)
 {
     return((ErrorNumber)WrapperInterface.popupCameraPropertyAdvancedSettings(winHandle));
 }
Exemplo n.º 15
0
 public static ErrorNumber ChangeCallMode(int callHandle, CallMode callmode)
 {
     return((ErrorNumber)WrapperInterface.changeCallMode(callHandle, (int)callmode));
 }
Exemplo n.º 16
0
 public static ErrorNumber GetProgressOfTranscoder(IntPtr taskHandle, ref int percentage)
 {
     return((ErrorNumber)WrapperInterface.getProgressOfTranscoder(taskHandle, ref percentage));
 }
Exemplo n.º 17
0
 public static ErrorNumber DisableMediaQoE(QoEType type)
 {
     return((ErrorNumber)WrapperInterface.disableMediaQoE((int)type));
 }
Exemplo n.º 18
0
 public static ErrorNumber SetCallStream(CallStreamType type, string filePath)
 {
     return((ErrorNumber)WrapperInterface.setCallStream((int)type, filePath));
 }
Exemplo n.º 19
0
 public static ErrorNumber SetAudioDeviceForRingtone(string speakerHandle)
 {
     return((ErrorNumber)WrapperInterface.setAudioDeviceForRingtone(speakerHandle));
 }
Exemplo n.º 20
0
 public static ErrorNumber ClearCallStream(CallStreamType type)
 {
     return((ErrorNumber)WrapperInterface.clearCallStream((int)type));
 }
Exemplo n.º 21
0
 public static ErrorNumber PlaceCall(string callee, ref int callHandle, CallMode callMode)
 {
     return((ErrorNumber)WrapperInterface.placeCall(callee, ref callHandle, (int)callMode));
 }
Exemplo n.º 22
0
 public static ErrorNumber EnableRecordAudioStreamCallback(int callHandle, RecordAudioStreamCallback callBack, int format, int interval)
 {
     return((ErrorNumber)WrapperInterface.enableRecordAudioStreamCallback(callHandle, callBack, format, interval));
 }
Exemplo n.º 23
0
 public static ErrorNumber AnswerCall(int callHandle, CallMode callMode, string authToken, string cryptoSuiteType, string srtpKey, bool sutLiteEnable)
 {
     return((ErrorNumber)WrapperInterface.answerCall(callHandle, (int)callMode, authToken, cryptoSuiteType, srtpKey, sutLiteEnable));
 }
Exemplo n.º 24
0
 public static ErrorNumber DisableRecordAudioStreamCallback(int callHandle)
 {
     return((ErrorNumber)WrapperInterface.disableRecordAudioStreamCallback(callHandle));
 }
Exemplo n.º 25
0
 public static ErrorNumber DetachStreamWnd(MediaType mediaType, int streamId, int callHandle)
 {
     return((ErrorNumber)WrapperInterface.detachStreamWnd((int)mediaType, streamId, callHandle));
 }
Exemplo n.º 26
0
 public static ErrorNumber SetStaticImage(IntPtr buffer, int length, int width, int height)
 {
     return((ErrorNumber)WrapperInterface.setStaticImage(buffer, length, width, height));
 }
Exemplo n.º 27
0
 public static ErrorNumber ResumeCall(int callHandle)
 {
     return((ErrorNumber)WrapperInterface.resumeCall(callHandle));
 }
Exemplo n.º 28
0
 public static ErrorNumber SetAudioDevice(string micHandle, string speakerHandle)
 {
     return((ErrorNumber)WrapperInterface.setAudioDevice(micHandle, speakerHandle));
 }
Exemplo n.º 29
0
 public static ErrorNumber MuteSpeaker(bool isMute)
 {
     return((ErrorNumber)WrapperInterface.muteSpeaker(isMute));
 }
Exemplo n.º 30
0
 public static ErrorNumber StartPlayAlert(string filePath, bool isLoop, int interval)
 {
     return((ErrorNumber)WrapperInterface.startPlayAlert(filePath, isLoop, interval));
 }