Navigation
API > API/Plugins > API/Plugins/PixelStreaming
Inheritance Hierarchy
- AudioTrackSinkInterface
- IPixelStreamingAudioSink
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingAudioSink.h |
| Include | #include "IPixelStreamingAudioSink.h" |
Syntax
class IPixelStreamingAudioSink : public AudioTrackSinkInterface
Remarks
Interface for a sink that collects audio coming in from the browser and passes into into UE's audio system.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAudioConsumer
(
IPixelStreamingAudioConsumer* AudioConsumer |
||
| bool | |||
| void | RemoveAudioConsumer
(
IPixelStreamingAudioConsumer* AudioConsumer |