Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11

◆ GetAudioOut2PortHandle()

SceAudioOut2PortHandle AK::GetAudioOut2PortHandle ( AkOutputDeviceID  deviceId = 0)

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 AK::SoundEngine::RegisterAudioDeviceStatusCallback() to get notified when devices are created/destructed.

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.

Returns
the current sceAudioOut2 main output port handle or SCE_AUDIO_OUT2_PORT_HANDLE_INVALID.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise