SdpMediaFindAttribute Method |
Search for a [key] in SubFields. E.g. a=rtpmap:96 ... ; The key here is "rtpmap".
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public SdpAttribute FindAttribute(
string key
)
Public Function FindAttribute (
key As String
) As SdpAttribute
public:
SdpAttribute^ FindAttribute(
String^ key
)
member FindAttribute :
key : string -> SdpAttribute
Parameters
- key
- Type: SystemString
The key to search for.
Return Value
Type:
SdpAttribute
Returns the attribute matching the key, otherwise null.
See Also