Function ovr_sys::audio::ovr_GetAudioDeviceOutGuidStr
[−]
[src]
pub unsafe extern "C" fn ovr_GetAudioDeviceOutGuidStr(
deviceOutStrBuffer: [WCHAR; 128]
) -> ovrResult
Gets the GUID of the preferred VR audio device as a string.
out deviceOutStrBuffer
A buffer where the GUID string for the device will copied to.
Returns an ovrResult
indicating success or failure. In the case of failure, use
ovr_GetLastErrorInfo
to get more information.