DashProfilesFind Method (DashProfileType)MediaSuite 3.1.1889.0
Attempts to find a profile based on the profile type.

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

public static DashProfile Find(
	DashProfileType pType
)

Parameters

pType
Type: StreamCoders.DashDashProfileType
ProfileType to look for.

Return Value

Type: DashProfile
Returns profile, otherwise null.
See Also

Reference