Table of Contents

Enum I2sBitsPerSample

Namespace
System.Device.I2s
Assembly
System.Device.I2s.dll

Defines how bit per sample is synchronized between devices on a I2s bus.

public enum I2sBitsPerSample

Fields

Bit16 = 16

I2S bits per sample: 16-bits

Bit24 = 24

I2S bits per sample: 24-bits

Bit32 = 32

I2S bits per sample: 32-bits

Bit8 = 8

I2S bits per sample: 8-bits