Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic RTCPPacketRR(
uint ssrc,
RTCPReceptionReport[] reportBlocks
)
Public Sub New (
ssrc As UInteger,
reportBlocks As RTCPReceptionReport()
)
public:
RTCPPacketRR(
unsigned int ssrc,
array<RTCPReceptionReport^>^ reportBlocks
)
new :
ssrc : uint32 *
reportBlocks : RTCPReceptionReport[] -> RTCPPacketRRParameters
- ssrc UInt32
-
- reportBlocks RTCPReceptionReport
-
See Also