Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2AudioProducer.h |
| Include | #include "IPixelStreaming2AudioProducer.h" |
Syntax
class IPixelStreaming2AudioProducer
Remarks
A "Audio Producer" is an object that you use to push audio frames into the Pixel Streaming system.
Example usage:
(1) Each new frame you want to push you call `MyAudioProducer->PushFrame(Buffer, NumSamples, NumChannels, SampleRate)_
Note: Any audio you push in with `PushAudio_ will be mixed with other audio producers before being streamed
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|