ProfileBase Class

The base class for profiles.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public MustInherit Class ProfileBase
    Inherits EncoderObject
'Usage
Dim instance As ProfileBase
public abstract class ProfileBase : EncoderObject
public ref class ProfileBase abstract : public EncoderObject

Inheritance Hierarchy

System.Object
   Microsoft.Expression.Encoder.EncoderObject
    Microsoft.Expression.Encoder.Profiles.ProfileBase
       Microsoft.Expression.Encoder.Profiles.AudioProfile
       Microsoft.Expression.Encoder.Profiles.VideoProfile

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ProfileBase Members
Microsoft.Expression.Encoder.Profiles Namespace