Navigation
API > API/Plugins > API/Plugins/TakesCore
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSourceProperty.h |
| Include | #include "TakeRecorderSourceProperty.h" |
Syntax
USTRUCT (BlueprintType )
struct FAudioInputDeviceInfoProperty
Remarks
Encapsulates audio device properties which are utilized by UI facing classes such as FAudioInputDeviceProperty.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDefaultDevice | Boolean indicating if this device is the currently the system selected input device | |
| FString | DeviceId | The unique id used to identify the device | |
| FString | DeviceName | User friendly name of the audio device | |
| int32 | InputChannels | The number input channels this device supports | |
| int32 | PreferredSampleRate | The preferred sample rate for this audio device |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAudioInputDeviceInfoProperty
(
const FString& InDeviceName, |