Unit 'CoreAudioTypes' Package
[Overview][Constants][Types][Index] [#univint]

AudioStreamBasicDescription

Declaration

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;


Documentation generated on: 2023-03-18