SdpMediaFindRtpMap Method |
Searches for "rtpmap" attribute in the SubFields belong to a certain payloadtype
containing in MediaFormats
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public SdpAttribute FindRtpMap(
string mediaFormat
)
Public Function FindRtpMap (
mediaFormat As String
) As SdpAttribute
public:
SdpAttribute^ FindRtpMap(
String^ mediaFormat
)
member FindRtpMap :
mediaFormat : string -> SdpAttribute
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