Enum ALSourcei
A list of valid Int32 Source(int, ALSourcei, int) parameters.
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum ALSourcei
Fields
| Name | Description |
|---|---|
| Buffer | Indicate the Buffer to provide sound samples. Type: uint Range: any valid Buffer Handle. |
| ByteOffset | The playback position, expressed in bytes. |
| EfxDirectFilter | (EFX Extension) This Source property is used to apply filtering on the direct-path (dry signal) of a Source. |
| SampleOffset | The playback position, expressed in samples. |
| SourceType | Source type (Static, Streaming or undetermined). Use enum AlSourceType for comparison |