dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
AudioStreamBasicDescription
derelict
carbon
coreaudio
Undocumented in source.
struct
AudioStreamBasicDescription {
double
mSampleRate
;
AudioFormatID
mFormatID
;
AudioFormatFlags
mFormatFlags
;
uint
mBytesPerPacket
;
uint
mFramesPerPacket
;
uint
mBytesPerFrame
;
uint
mChannelsPerFrame
;
uint
mBitsPerChannel
;
uint
mReserved
;
}
Members
Variables
mBitsPerChannel
uint
mBitsPerChannel
;
Undocumented in source.
mBytesPerFrame
uint
mBytesPerFrame
;
Undocumented in source.
mBytesPerPacket
uint
mBytesPerPacket
;
Undocumented in source.
mChannelsPerFrame
uint
mChannelsPerFrame
;
Undocumented in source.
mFormatFlags
AudioFormatFlags
mFormatFlags
;
Undocumented in source.
mFormatID
AudioFormatID
mFormatID
;
Undocumented in source.
mFramesPerPacket
uint
mFramesPerPacket
;
Undocumented in source.
mReserved
uint
mReserved
;
Undocumented in source.
mSampleRate
double
mSampleRate
;
Undocumented in source.
Meta
Source
See Implementation
derelict
carbon
coreaudio
aliases
AudioChannelLayoutTag
AudioFormatFlags
AudioFormatID
AudioSampleType
AudioTimeStampFlags
enums
kAudioChannelLayoutTag_Mono
kAudioFormatFlagIsFloat
kAudioFormatFlagsNativeEndian
kAudioFormatFlagsNativeFloatPacked
kAudioFormatLinearPCM
kAudioTimeStampNothingValid
structs
AudioBuffer
AudioBufferList
AudioStreamBasicDescription
AudioTimeStamp
SMPTETime