Navigation
API > API/Plugins > API/Plugins/MediaIOCore
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioOutput.h |
| Include | #include "MediaIOCoreAudioOutput.h" |
Syntax
class FMediaIOAudioOutput
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | MaxSampleLatency | Maximum number of samples to accumulate before they are discarded. | |
| int32 | NumInputChannels | Number of audio channels on the engine side. | |
| int32 | NumOutputChannels | Number of audio channels to output. | |
| int32 | NumSamplesPerFrame | ||
| uint32 | OutputSampleRate | ||
| FFrameRate | TargetFrameRate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMediaIOAudioOutput
(
Audio::FPatchOutputStrongPtr InPatchOutput, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< OutputType > | ConvertAndUpmixBuffer
(
TConstArrayView< float > InBuffer, |
||
| TArray< OutputType > | |||
| TArray< OutputType > | Get the audio sample that were accumulated. | ||
| TArray< OutputType > | GetAudioSamples
(
uint32 NumSamplesToGet |
||
| FOnBufferReceived & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAudioOptions |