Share via


XmlAudioProfile Members

A class that represents a Windows Media Audio profile.

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

Public Constructors

  Name Description
XmlAudioProfile Initializes a new instance of the WmaAudioProfile class from an XML description.

Top

Public Properties

  Name Description
public property Bitrate  Gets or sets the bitrate to use when encoding.  (Inherited from WmaAudioProfile)
public property BitsPerSample  Gets or sets the number of bits in each sample for this profile.  (Inherited from WmaAudioProfile)
public property Channels  Gets or sets the number of channels for this profile.  (Inherited from WmaAudioProfile)
public property Codec  Gets or sets the value of the audio codec that this profile uses.  (Inherited from WmaAudioProfile)
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.  (Inherited from WmaAudioProfile)
public property SamplesPerSecond  Gets or sets the number of samples per second for this profile.  (Inherited from WmaAudioProfile)
public property StreamCopyOnly  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.  (Inherited from WmaAudioProfile)
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

XmlAudioProfile Class
Microsoft.Expression.Encoder.Profiles Namespace

   © 2011 by Microsoft Corporation. All rights reserved.