Show / Hide Table of Contents

Enum AsioSampleFormat

BassAsio sample formats to be used with AsioChannelInfo and ChannelGetInfo(Boolean, Int32, out AsioChannelInfo).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public enum AsioSampleFormat : int

Bit16

16-bit integer.

Bit24

24-bit integer.

Bit32

32-bit integer.

DSD_LSB

DSD (LSB 1st)

DSD_MSB

DSD (MSB 1st)

Float

32-bit floating-point.

Unknown

Unknown format. Error.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx