Click or drag to resize
RTPPacketArgs Constructor
Initializes a new instance of the RTPPacketArgs class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RTPPacketArgs(
	RTPPacket packet,
	IPEndPoint remoteEndPoint
)

Parameters

packet
Type: Ozeki.MediaRTPPacket
remoteEndPoint
Type: System.NetIPEndPoint
See Also