Table of Contents

Enum I2sCommunicationFormat

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

Defines channels on a I2s bus.

public enum I2sCommunicationFormat

Fields

I2S = 1

I2S communication I2S Philips standard, data launch at second BCK

Max = 13

Standard max

Msb = 3

I2S communication MSB alignment standard, data launch at first BCK

PcmLong = 12

PCM Long standard. The period of synchronization signal (WS) is channel_bit * bck cycles.

PcmShort = 4

PCM Short standard, also known as DSP mode. The period of synchronization signal (WS) is 1 bck cycle.