Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- UEngineSubsystem
- UMediaIOCoreSubsystem
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreSubsystem.h |
| Include | #include "MediaIOCoreSubsystem.h" |
Syntax
UCLASS ()
class UMediaIOCoreSubsystem : public UEngineSubsystem
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FMediaIOAudioOutput > | CreateAudioOutput
(
const FCreateAudioOutputArgs& InArgs |
Create an audio output that allows getting audio that was accumulated during the last frame. | |
| void | Deinitialize () |
||
| int32 | Get the number of audio channels used by the main audio device. | ||
| void | Initialize
(
FSubsystemCollectionBase& InCollection |
||
| FOnBufferReceived & | @Note: Called from the audio thread. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCreateAudioOutputArgs |
Typedefs
| Name | Description |
|---|---|
| FOnBufferReceived |