Click or drag to resize
IMediaChannel.SendRTPEvent Method
Sends RTP event data to the remote address.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SendRTPEvent(
	int payloadType,
	AudioData audioData
)

Parameters

payloadType
Type: System.Int32
audioData
Type: Ozeki.Media.AudioData
See Also