Navigation
API > API/Runtime > API/Runtime/AudioChannelAgnosticCore
| Name | TFromVisitor |
| Type | struct |
| Header File | /Engine/Source/Runtime/AudioChannelAgnosticCore/Public/ChannelAgnostic/ChannelAgnosticTranscoding.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticTranscoding.h" |
Syntax
template<typename TFromType>
struct TFromVisitor : public Audio::IChannelTypeVisitor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFromVisitor
(
const TFromType& InFromType, |
ChannelAgnostic/ChannelAgnosticTranscoding.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FromType | const TFromType & | ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
| Params | const ChannelAgnosticTranscoder::FGetTranscoderParams & | ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
| Transcoder | ChannelAgnosticTranscoder::FTranscoder & | ChannelAgnostic/ChannelAgnosticTranscoding.h |
Functions
Public
Public Virtual
Overridden from IChannelTypeVisitor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Visit
(
const FDiscreteChannelTypeFamily& InTo |
ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
virtual void Visit
(
const FSoundfieldChannelTypeFamily& InTo |
ChannelAgnostic/ChannelAgnosticTranscoding.h | ||
virtual void Visit
(
const FCompositeChannelTypeFamily& InTo |
ChannelAgnostic/ChannelAgnosticTranscoding.h |