Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2AudioSink.h |
| Include | #include "IPixelStreaming2AudioSink.h" |
Syntax
class IPixelStreaming2AudioSink
Remarks
An "Audio Sink" is an object that receives audio from a singular peer. From here, you can add multiple consumers to output the received audio.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAudioConsumer
(
IPixelStreaming2AudioConsumer* AudioConsumer |
Add an audio consumer to the sink. | |
| void | RemoveAudioConsumer
(
IPixelStreaming2AudioConsumer* AudioConsumer |
Remove an audio consumer to remove from the sink. |