SdpMessageFindAttribute Method |
Attempts to find an SDP attribute with a particular key name (e.g. "a=control" where
"control" is the attribute key name of the control key/value pair).
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
Key name of attribute.
Return Value
Type:
SdpAttribute
Returns attribute if successful, otherwise false.
See Also