Show / Hide Table of Contents

Enum ALSourceType

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

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.dll
Syntax
public enum ALSourceType

Fields

Name Description
Static

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

Streaming

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

Undetermined

Source is undetermined when it has a null Buffer attached

In This Article
Back to top Generated by DocFX