Wwise SDK 2024.1.0
|
◆ GetAudioOut2PortHandle()
Returns the current SceAudioOut2PortHandle being used by the Wwise SoundEngine for main output. This should be called only once the SoundEngine has been successfully initialized, otherwise the function will return an invalid value (SCE_AUDIO_OUT2_PORT_HANDLE_INVALID). Use Note that because this function acquires the global lock in Wwise in order to fetch device state, it is recommended to call this inside of the AudioDeviceStatusCallback, after a successful AkAudioDeviceEvent_Initialization.
|