Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Core > API/Plugins/PixelStreaming2Core/IPixelStreaming2AudioProducer
Event triggered when a frame is pushed to the audio producer. You can use this to hook into the frame stream. Currently, streamers will listen to this event to know when a new frame is available for encoding.
| Name | FOnAudioPushed |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Core/Public/IPixelStreaming2AudioProducer.h |
| Include Path | #include "IPixelStreaming2AudioProducer.h" |
Syntax
class FOnAudioPushed : public TBaseMulticastDelegate_FourParams< void, const float *, int32, int32, int32 >
Inheritance Hierarchy
- TBaseMulticastDelegate_FourParams< void, const float *, int32, int32, int32 > → IPixelStreaming2AudioProducer::FOnAudioPushed