Navigation
API > API/Plugins > API/Plugins/MediaIOCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- UMediaIOCoreSubsystem
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreSubsystem.h |
| Include | #include "MediaIOCoreSubsystem.h" |
Syntax
UCLASS&40;&41;
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. | |
| int32 | Get the number of audio channels used by the main audio device. | ||
| FOnBufferReceived & | : Called from the audio thread. |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCreateAudioOutputArgs |
Typedefs
| Name | Description |
|---|---|
| FOnBufferReceived |