Show / Hide Table of Contents

Enum ALSourceType

Source type information, can be retrieved by GetSource(int, ALGetSourcei) with SourceType.

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.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