Closed rc1 closed 12 years ago
Ah, spotted my mistake. It should be the following. Is this something worth including in novocaine?
UInt32 sessionMode = kAudioSessionMode_Measurement;
CheckError( AudioSessionSetProperty (kAudioSessionProperty_Mode,
sizeof (sessionMode),
&sessionMode), "Could not set mode");
// Set the audio session active
CheckError( AudioSessionSetActive(YES), "Couldn't activate the audio session");
Hello,
Is it/would it be possible to set kAudioSessionMode_Measurement? I have tried add the following but it did not work.
Thanks, Ross