Click or drag to resize
RtcpCompoundPacketContains Method
Query if this object contains the given ptype.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Contains(
	RtcpType ptype
)

Parameters

ptype
Type: StreamCoders.RtpRtcpType
The RTCPType to test for containment.

Return Value

Type: Boolean
true if the object is in this collection, false if not.
See Also