Function ovr_sys::audio::ovr_GetAudioDeviceOutWaveId
[−]
[src]
pub unsafe extern "C" fn ovr_GetAudioDeviceOutWaveId(
deviceOutId: *mut UINT
) -> ovrResult
Gets the ID of the preferred VR audio output device.
out deviceOutId
The ID of the user's preferred VR audio device to use, which will be valid upon a successful return value, else it will be WAVE_MAPPER
.
Returns an ovrResult
indicating success or failure. In the case of failure, use
ovr_GetLastErrorInfo
to get more information.