DashProfilesFind Method (String)MediaSuite 3.1.1889.0
Attempts to find a profile based on the profile URI.

Namespace: StreamCoders.Dash
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

public static DashProfile Find(
	string uri
)

Parameters

uri
Type: SystemString
URI to look for.

Return Value

Type: DashProfile
Returns profile, otherwise null.
See Also

Reference