To bind the Encoder to a IBlockWriter stream then use the Bind method.
To do such binding then let both streams share the same memory block and then call the Bind method.
Once two streams are bound together then the fastest way to stream them is to use the ProcessBoundBlock in a loop.
AppleSingleEncoderStream Class