Version

    Other Documentation

menu_open
Wwise SDK 2022.1.11

◆ GetPanningRule()

AKSOUNDENGINE_API AKRESULT AK::SoundEngine::GetPanningRule ( AkPanningRule out_ePanningRule,
AkOutputDeviceID  in_idOutput = 0 
)

Gets the panning rule of the specified output.

Warning
Call this function only after the sound engine has been properly initialized. Returns the supported configuration in out_ePanningRule:
  • AkPanningRule_Speakers
  • AkPanningRule_Headphone
Returns
  • AK_Success if successful
  • AK_IDNotFound is the output was not found in the system.
  • AK_NotInitialized if the sound engine is not initialized
See also
Parameters
out_ePanningRuleReturned panning rule (AkPanningRule_Speakers or AkPanningRule_Headphone) for given output.
in_idOutputOutput ID to set the bus on. As returned from AddOutput or GetOutputID. You can pass 0 for the main (default) output

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