Click or drag to resize

RTCPPacketRR Constructor

Initializes a new instance of the RTCPPacketRR class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public RTCPPacketRR(
	uint ssrc,
	RTCPReceptionReport[] reportBlocks
)

Parameters

ssrc  UInt32
 
reportBlocks  RTCPReceptionReport
 
See Also