Method | Description | |
---|---|---|
Close ( ) : void |
Called when the media channels are no longer required, such as when the VoIP call using it has terminated, and all resources can be shutdown and closed.
|
|
EncodedVideoSampleReceived ( byte sample, int length ) : void | ||
EndCall ( ) : void | ||
GetSDP ( bool usePublicIP ) : |
||
GetVideoDevices ( ) : List |
||
MediaManager ( ) : System | ||
NewCall ( ) : void | ||
RemoteAudioSampleReceived ( byte sample, int length ) : void | ||
RunLoopbackTest ( ) : void |
This method gets the media manager to pass local media samples to the RTP channel and then receive them back as the remote video stream. This tests that the codec and RTP packetisation are working.
|
|
SetRemoteSDP ( |
||
StartLocalVideo ( VideoMode videoMode ) : void | ||
StopLocalVideo ( ) : void |
Method | Description | |
---|---|---|
AudioChannelSampleReady ( byte sample ) : void |
Event handler for processing audio samples from the audio channel.
|
|
LocalVideoEncodedSampleReady ( byte sample ) : void |
public EncodedVideoSampleReceived ( byte sample, int length ) : void | ||
sample | byte | |
length | int | |
return | void |
public GetSDP ( bool usePublicIP ) : |
||
usePublicIP | bool | |
return |
public RemoteAudioSampleReceived ( byte sample, int length ) : void | ||
sample | byte | |
length | int | |
return | void |
public SetRemoteSDP ( |
||
remoteSDP | ||
return | void |
public StartLocalVideo ( VideoMode videoMode ) : void | ||
videoMode | VideoMode | |
return | void |