Click or drag to resize
SdpMediaFindAttribute Method
Search for a [key] in SubFields. E.g. a=rtpmap:96 ... ; The key here is "rtpmap".

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
The key to search for.

Return Value

Type: SdpAttribute
Returns the attribute matching the key, otherwise null.
See Also