Show / Hide Table of Contents

Enum FloatBufferFormat

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 FloatBufferFormat

Fields

Name Description
Mono

1 Channel, single-precision floating-point data.

Stereo

2 Channels, single-precision floating-point data.

In This Article
Back to top Generated by DocFX