Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

IAudioDevice

Reference the IAudioDevice interface for controlling audio input and output devices.
Read time 1 minuteLast updated 2 days ago

Either an audio input device (microphone) or audio output device (speaker hardware or headphones).
#include <IAudioDevice.h>

Public Functions

Name

virtual const FString &Name() const =0
A user-displayable device name.
virtual const FString &Id() const =0
An internal device identifier.
virtual boolIsEmpty() const =0
Returns true if both the Name and ID properties are empty.

Public Functions Documentation

function Name

virtual const FString & Name() const =0
A user-displayable device name.

function Id

virtual const FString & Id() const =0
An internal device identifier.

function IsEmpty

virtual bool IsEmpty() const =0
Returns true if both the Name and ID properties are empty.