Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime
| Name | FDiscreteChannelTypeFamily |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/TypeFamily/ChannelTypeFamily.h |
| Include Path | #include "TypeFamily/ChannelTypeFamily.h" |
Syntax
class FDiscreteChannelTypeFamily : public Audio::FChannelTypeFamily
Inheritance Hierarchy
- FTypeFamily → FChannelTypeFamily → FDiscreteChannelTypeFamily
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TypeFamily/ChannelTypeFamily.h | |||
| TypeFamily/ChannelTypeFamily.h | |||
FDiscreteChannelTypeFamily
(
const FName& InUniqueName, |
TypeFamily/ChannelTypeFamily.h |
Structs
| Name | Remarks |
|---|---|
| FSpeaker |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FChannelTypeFamily | TypeFamily/ChannelTypeFamily.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindSpeakerIndex
(
const ESpeakerShortNames InSpeaker |
Find the index in the list of Channels for speaker. | TypeFamily/ChannelTypeFamily.h | |
| Get the order of the speakers defined on this discrete format. | TypeFamily/ChannelTypeFamily.h | ||
bool HasSpeaker
(
const ESpeakerShortNames InSpeaker |
Checks if a paticular speaker is present in the Channels for this Format. | TypeFamily/ChannelTypeFamily.h |
Overridden from FChannelTypeFamily
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Accept
(
IChannelTypeVisitor& InVisitor |
TypeFamily/ChannelTypeFamily.h | ||
virtual TOptional< FChannelName > GetChannelName
(
const int32 InChannelIndex |
Get the function used for translating/transcoding between this and the "To" type. | TypeFamily/ChannelTypeFamily.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetFamilyTypeName() |
TypeFamily/ChannelTypeFamily.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TypeFamily/ChannelTypeFamily.h | |||
| TypeFamily/ChannelTypeFamily.h |