Expand description
Interface to CodecFactory
Structsยง
- Stream
Processor - Struct representing a CodecFactory .
Input sent to the encoder via
StreamProcessor::write_bytes
is queued for delivery, and delivered whenever a packet is full orStreamProcessor::send_packet
is called. Output can be retrieved using anStreamProcessorStream
fromStreamProcessor::take_output_stream
. - Stream
Processor Output Stream - An StreamProcessorStream is a Stream of processed data from a stream processor.
Returned from
StreamProcessor::take_output_stream
.