ALGetSourcei Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of valid Int32 GetSource parameters
public enum ALGetSourcei
type ALGetSourcei =
- Inheritance
-
ALGetSourcei
Fields
| Name | Value | Description |
|---|---|---|
| Buffer | 4105 | Indicate the Buffer to provide sound samples. Type: uint Range: any valid Buffer Handle. |
| SourceState | 4112 | The state of the source (Stopped, Playing, etc.) Use the enum AlSourceState for comparison. |
| BuffersQueued | 4117 | The number of buffers queued on this source. |
| BuffersProcessed | 4118 | The number of buffers in the queue that have been processed. |
| SampleOffset | 4133 | The playback position, expressed in samples. AL_EXT_OFFSET Extension. |
| ByteOffset | 4134 | The playback position, expressed in bytes. AL_EXT_OFFSET Extension. |
| SourceType | 4135 | Source type (Static, Streaming or undetermined). Use enum AlSourceType for comparison. |