#include <AudioUnitUtils.h>
|
| StreamBasicDescription (Float64 sampleRate, AudioFormatID formatID, AudioFormatFlags formatFlags, UInt32 bytesPerPacket, UInt32 framesPerPacket, UInt32 bytesPerFrame, UInt32 channelsPerFrame, UInt32 bitsPerChannel) |
|
Definition at line 184 of file AudioUnitUtils.h.
◆ StreamBasicDescription()
AudioUnitUtils::StreamBasicDescription::StreamBasicDescription |
( |
Float64 |
sampleRate, |
|
|
AudioFormatID |
formatID, |
|
|
AudioFormatFlags |
formatFlags, |
|
|
UInt32 |
bytesPerPacket, |
|
|
UInt32 |
framesPerPacket, |
|
|
UInt32 |
bytesPerFrame, |
|
|
UInt32 |
channelsPerFrame, |
|
|
UInt32 |
bitsPerChannel |
|
) |
| |
|
inline |
Definition at line 185 of file AudioUnitUtils.h.
190 : AudioStreamBasicDescription{} {
192 mFormatID = formatID;
193 mFormatFlags = formatFlags;
194 mBytesPerPacket = bytesPerPacket;
195 mFramesPerPacket = framesPerPacket;
196 mBytesPerFrame = bytesPerFrame;
197 mChannelsPerFrame = channelsPerFrame;
198 mBitsPerChannel = bitsPerChannel;
199
200
201 }
constexpr auto sampleRate
References anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
The documentation for this struct was generated from the following file: