Click or drag to resize

RTCPPacketArgs Constructor

Initializes a new instance of the RTCPPacketArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public RTCPPacketArgs(
	RTCPPacketRaw packet,
	IPEndPoint remoteEndPoint
)

Parameters

packet  RTCPPacketRaw
 
remoteEndPoint  IPEndPoint
 
See Also