Instance Propertymadmachineio.swiftio 0.1.0SwiftIO
rawValue
I2S.swift:307let rawValue: Int32
let rawValue: Int32
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
struct DataFormat
final class I2S
I2S (inter-integrated circuit sound) is a serial communication protocol that is designed specifically for digital audio data.
@frozen struct Int32
A 32-bit signed integer value type.
init(rawValue: Int32)