文档

支持

Vivox Unreal SDK

Vivox Unreal SDK

IAudioDevice

Reference the IAudioDevice interface for controlling audio input and output devices.
阅读时间1 分钟最后更新于 13 天前

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.