Function ovr_sys::audio::ovr_GetAudioDeviceOutGuid [] [src]

pub unsafe extern "C" fn ovr_GetAudioDeviceOutGuid(
    deviceOutGuid: *mut GUID
) -> ovrResult

Gets the GUID of the preferred VR audio device.

out deviceOutGuid 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.