Navigation
API > API/Runtime > API/Runtime/AudioLinkEngine
Inheritance Hierarchy
- IAudioLink
- IAudioLinkSourcePushed
References
| Module | AudioLinkEngine |
| Header | /Engine/Source/Runtime/AudioLink/AudioLinkEngine/Public/IAudioLink.h |
| Include | #include "IAudioLink.h" |
Syntax
class IAudioLinkSourcePushed : public IAudioLink
Remarks
IAudioLinkSourcePushed Where the owning object needs to push it's state
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnNewBuffer
(
const FOnNewBufferParams& |
||
| void | OnSourceDone
(
const int32 SourceId |
||
| void | OnSourceReleased
(
const int32 SourceId |
||
| void | OnUpdateWorldState
(
const FOnUpdateWorldStateParams& |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnNewBufferParams | |||
| FOnUpdateWorldStateParams |