Click or drag to resize
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.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public SdpAttribute FindAttribute(
	string key
)

Parameters

key
Type: SystemString
Key name of attribute.

Return Value

Type: SdpAttribute
Returns attribute if successful, otherwise false.
See Also