Navigation
API > API/Runtime > API/Runtime/AudioChannelAgnosticCore
| Name | FTranscoderResolver |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioChannelAgnosticCore/Public/ChannelAgnostic/ChannelAgnosticTranscoding.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticTranscoding.h" |
Syntax
struct FTranscoderResolver : public Audio::IChannelTypeVisitor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTranscoderResolver
(
const ChannelAgnosticTranscoder::FGetTranscoderParams& InParams |
ChannelAgnostic/ChannelAgnosticTranscoding.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Params | ChannelAgnosticTranscoder::FGetTranscoderParams | ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
| Result | ChannelAgnosticTranscoder::FTranscoder | ChannelAgnostic/ChannelAgnosticTranscoding.h |
Functions
Public
Public Virtual
Overridden from IChannelTypeVisitor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Visit
(
const FDiscreteChannelTypeFamily& InFrom |
ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
virtual void Visit
(
const FSoundfieldChannelTypeFamily& InFrom |
ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
virtual void Visit
(
const FCompositeChannelTypeFamily& InFrom |
ChannelAgnostic/ChannelAgnosticTranscoding.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ChannelAgnosticTranscoder::FTranscoder Resolve
(
const FChannelTypeFamily& FromType, |
ChannelAgnostic/ChannelAgnosticTranscoding.h |