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