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 | |
---|---|---|
Bitrate | Gets or sets the bitrate to use when encoding. (Inherited from WmaAudioProfile) | |
BitsPerSample | Gets or sets the number of bits in each sample for this profile. (Inherited from WmaAudioProfile) | |
Channels | Gets or sets the number of channels for this profile. (Inherited from WmaAudioProfile) | |
Codec | Gets or sets the value of the audio codec that this profile uses. (Inherited from WmaAudioProfile) | |
IsEditable | Gets a value indicating whether the profile can be modified. (Inherited from ProfileBase) | |
IsValid | Gets a value indicating whether the current profile settings are valid. (Inherited from WmaAudioProfile) | |
SamplesPerSecond | Gets or sets the number of samples per second for this profile. (Inherited from WmaAudioProfile) | |
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) | |
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 | |
---|---|---|
Clone | Overridden. Makes a deep copy of the video profile object. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
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.