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_ePanningRule | Returned panning rule (AkPanningRule_Speakers or AkPanningRule_Headphone) for given output. |
in_idOutput | Output ID to set the bus on. As returned from AddOutput or GetOutputID. You can pass 0 for the main (default) output |