Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOAudioOutput
Sample conversion helper template.
| |
|
| Name |
TSampleConverter |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioOutput.h |
| Include Path |
#include "MediaIOCoreAudioOutput.h" |
Syntax
template<typename OutputType>
struct TSampleConverter
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
constexpr TSampleConverter()
|
|
MediaIOCoreAudioOutput.h |
|
Struct Specializations
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Scale |
const double |
|
MediaIOCoreAudioOutput.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
OutputType ConvertSample
(
const float InFloatValue
) const
|
|
MediaIOCoreAudioOutput.h |
|