Show / Hide Table of Contents

Enum DoubleBufferFormat

Defines valid format specifiers for sound samples. This covers the additions from the multi-channel buffers extension.

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

Fields

Name Description
Mono

1 Channel, double-precision floating-point data.

Stereo

2 Channels, double-precision floating-point data.

In This Article
Back to top Generated by DocFX