WmaAudioProfile Members

A class that represents a Windows Media Audio profile.

The following tables list the members exposed by the WmaAudioProfile type.

Public Constructors

  Name Description
WmaAudioProfile Overloaded.  

Top

Public Properties

  Name Description
public property Bitrate Overridden. Gets or sets the bitrate to use when encoding.
public property BitsPerSample Overridden. Gets or sets the number of bits in each sample for this profile.
public property Channels Overridden. Gets or sets the number of channels for this profile.
public property Codec Overridden. Gets or sets the value of the audio codec that this profile uses.
public property IsEditable  Gets a value indicating whether the profile can be modified.  (Inherited from ProfileBase)
public property IsValid Gets a value indicating whether the current profile settings are valid.
public property SamplesPerSecond Overridden. Gets or sets the number of samples per second for this profile.
public property StreamCopyOnly Overridden. Gets a value indicating whether this profile supports only stream copying. This can happen if the decoder is installed but the encoder is not installed.
public property XmlDescription  Gets the XML description of the profile if the profile was initialized from an XML profile string.  (Inherited from ProfileBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Overridden. Makes a deep copy of the video profile object.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Public Events

  Name Description
public event PropertyChanged  Occurs when a property value changes.  (Inherited from EncoderObject)

Top

See Also

Reference

WmaAudioProfile Class
Microsoft.Expression.Encoder.Profiles Namespace

   © 2011 by Microsoft Corporation. All rights reserved.