|
Twitch SDK (Internal)
|
#include <iframewriter.h>
Public Member Functions | |
| virtual | ~IFrameWriter ()=default |
| virtual TTV_ErrorCode | WritePacket (std::unique_ptr< Packet > &&packet)=0 |
The interface used to submit encoded video and audio data. This interface is thread-safe and encoders may write packets from any thread.
|
virtualdefault |
|
pure virtual |
Adds a packet to be written to the network that contains video or audio data.
Implemented in ttv::broadcast::FrameWriter.
1.8.13