audioStreamPacketDescriptions
Get an array of AudioStreamPacketDescriptions describing audio samples in the buffer.
Declaration
var audioStreamPacketDescriptions: [AudioStreamPacketDescription]? { get }Discussion
Returns a valid array for the variable bytes per packet or variable frames per packet audio data in the provided sample buffer. Nil is returned for all other format types.