AudioContent Members
AudioContent members.
The following tables list the members exposed by the AudioContent type.
Public Constructors
Name | Description | |
---|---|---|
AudioContent | Initializes a new instance of AudioContent. |
Public Properties
Name | Description | |
---|---|---|
Data | Gets the raw audio data. | |
Duration | Gets the duration (in milliseconds) of the audio data. | |
FileName | Gets the file name containing the audio data. | |
FileType | Gets the AudioFileType of this audio source. | |
Format | Gets the AudioFormat of this audio source. | |
Identity | (Inherited from ContentItem.) | |
LoopLength | Gets the loop length, in samples. | |
LoopStart | Gets the loop start, in samples. | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) |
Public Methods
Name | Description | |
---|---|---|
ConvertFormat | Transcodes the source audio to the target format and quality. | |
Dispose | Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before garbage collection reclaims the object. | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
AudioContent Class
Microsoft.Xna.Framework.Content.Pipeline.Audio Namespace