Click or drag to resize
SdpMediaFindRtpMap Method
Searches for "rtpmap" attribute in the SubFields belong to a certain payloadtype containing in MediaFormats

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public SdpAttribute FindRtpMap(
	string mediaFormat
)

Parameters

mediaFormat
Type: SystemString
The media format/payloadtype of the attribute.

Return Value

Type: SdpAttribute
Returns the attribute for the payloadtype, otherwise null.
See Also