Cue Members
The following tables list the members exposed by the Cue type.
Public Properties
Name | Description | |
---|---|---|
IsCreated | Returns whether the cue has been created. | |
IsDisposed | Gets a value indicating whether the object has been disposed. | |
IsPaused | Returns whether the cue is currently paused. | |
IsPlaying | Returns whether the cue is playing. | |
IsPrepared | Returns whether the cue is prepared to play. | |
IsPreparing | Returns whether the cue is preparing to play. | |
IsStopped | Returns whether the cue is currently stopped. | |
IsStopping | Returns whether the cue is stopping playback. | |
Name | Returns the friendly name of the cue. |
Public Methods
Name | Description | |
---|---|---|
Apply3D | Calculates the 3D audio values between an AudioEmitter and an AudioListener object, and applies the resulting values to this Cue. | |
Dispose | Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetVariable | Gets a cue-instance variable value based on its friendly name. | |
Pause | Pauses playback. | |
Play | Requests playback of a prepared or preparing Cue. | |
Resume | Resumes playback of a paused Cue. | |
SetVariable | Sets the value of a cue-instance variable based on its friendly name. | |
Stop | Stops playback of a Cue. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
Disposing | Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime (CLR). |
See Also
Tasks
Playing Sounds from an XACT Project
Pausing a Sound (XACT)