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