ALSourceType Enum

Definition

Source type information, can be retrieved by AL.Source() with ALSourcei.SourceType.

public enum ALSourceType
type ALSourceType = 
Inheritance
ALSourceType

Fields

Static 4136

Source is Static if a Buffer has been attached using AL.Source with the parameter Sourcei.Buffer.

Streaming 4137

Source is Streaming if one or more Buffers have been attached using AL.SourceQueueBuffers

Undetermined 4144

Source is undetermined when it has a null Buffer attached

Applies to