RtcpCompoundPacketContains Method |
Query if this object contains the given ptype.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Contains(
RtcpType ptype
)
Public Function Contains (
ptype As RtcpType
) As Boolean
public:
bool Contains(
RtcpType ptype
)
member Contains :
ptype : RtcpType -> bool
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