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 bool | IsEmpty() const =0 Returns true if both the Name and ID properties are empty. |
Public Functions Documentation
function Name
A user-displayable device name.virtual const FString & Name() const =0
function Id
An internal device identifier.virtual const FString & Id() const =0
function IsEmpty
Returns true if both the Name and ID properties are empty.virtual bool IsEmpty() const =0