Show / Hide Table of Contents

Enum ALSourceType

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

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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX