AudioFormat Members
The following tables list the members exposed by the AudioFormat type.
Public Properties
Name | Description | |
---|---|---|
AverageBytesPerSecond | Gets the average bytes processed per second. | |
BitsPerSample | Gets the bit depth of the audio content. | |
BlockAlign | Gets the number of bytes per sample block, taking channels into consideration. | |
ChannelCount | Gets the number of channels. | |
Format | Gets the format of the audio content. | |
NativeWaveFormat | Gets the raw byte buffer for the format. | |
SampleRate | Gets the sample rate of the audio content. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
AudioFormat Class
Microsoft.Xna.Framework.Content.Pipeline.Audio Namespace