Navigation
API > API/Plugins > API/Plugins/PixelStreaming
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingAudioInput.h |
| Include | #include "IPixelStreamingAudioInput.h" |
Syntax
class IPixelStreamingAudioInput
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PushAudio
(
const float* InBuffer, |
Pushes audio, which must match the underlying sample rate/num channels of the mixer. |