Searched refs:_outDesiredFormat (Results 1 – 2 of 2) sorted by relevance
148 memset(&_outDesiredFormat, 0, sizeof(AudioStreamBasicDescription)); in AudioDeviceMac()1987 _outDesiredFormat.mSampleRate = N_PLAY_SAMPLES_PER_SEC; in SetDesiredPlayoutFormat()1988 _outDesiredFormat.mChannelsPerFrame = _playChannels; in SetDesiredPlayoutFormat()1998 _outDesiredFormat.mChannelsPerFrame; in SetDesiredPlayoutFormat()2000 _outDesiredFormat.mBytesPerPacket = in SetDesiredPlayoutFormat()2001 _outDesiredFormat.mChannelsPerFrame * sizeof(SInt16); in SetDesiredPlayoutFormat()2003 _outDesiredFormat.mFramesPerPacket = 1; in SetDesiredPlayoutFormat()2004 _outDesiredFormat.mBytesPerFrame = in SetDesiredPlayoutFormat()2005 _outDesiredFormat.mChannelsPerFrame * sizeof(SInt16); in SetDesiredPlayoutFormat()2006 _outDesiredFormat.mBitsPerChannel = sizeof(SInt16) * 8; in SetDesiredPlayoutFormat()[all …]
345 AudioStreamBasicDescription _outDesiredFormat; variable