IAudioDevice
Reference the IAudioDevice interface for controlling audio input and output devices.
読み終わるまでの所要時間 1 分最終更新 7ヶ月前
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 bool | IsEmpty() 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.