20 #include "IStreamCoder.h"
22 #include "StreamCoder.h"
24 namespace com {
namespace avpkit {
namespace core
27 IStreamCoder :: IStreamCoder()
31 IStreamCoder :: ~IStreamCoder()
static void init()
Internal Only.
A "key" to an IStreamCoder that tells it how to encode or decode data.
ID
These are the codecs this library currently supports.
The work horse of the AVPKit: Takes IPacket data from an IContainer (representing an IStream) and an ...
static IStreamCoder * make(Direction direction)
Direction
The Direction in which this StreamCoder will work.
static StreamCoder * make(Direction direction)
This method creates a StreamCoder that is not tied to any container or stream.
WARNING: Do not use logging in this class, and do not set any static file variables to values other t...