Source position: CoreAudioTypes.pas line 391
type AudioStreamBasicDescription = record |
mSampleRate: Float64; |
mFormatID: UInt32; |
mFormatFlags: UInt32; |
mBytesPerPacket: UInt32; |
mFramesPerPacket: UInt32; |
mBytesPerFrame: UInt32; |
mChannelsPerFrame: UInt32; |
mBitsPerChannel: UInt32; |
mReserved: UInt32; |
end; |