write(_:count:)
Write an array of binary integers to audio device.
@discardableResult func write<Element>(_ data: [Element], count: Int? = nil) -> Result<Int, Errno> where Element : BinaryInteger
Parameters
Returns
The result of the data transmission.