Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2AudioConsumer.h |
| Include | #include "IPixelStreaming2AudioConsumer.h" |
Syntax
class IPixelStreaming2AudioConsumer
Remarks
An "Audio Consumer" is an object that is responsible for outputting the audio received from a peer. For example, by passing the audio into a UE submix.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConsumeRawPCM
(
const int16_t* AudioData, |
Consume raw audio data. | |
| void | Called when a audio consumer is added. | ||
| void | Called when a audio consumer is removed. |