struct CCL::MultiplexStream::StreamPart

#include <multiplexstream.h>

struct StreamPart
{
    // fields

    int64 start;
    int64 size;
    SharedPtr <IStream> stream;

    // construction

    StreamPart (int64 start = 0, int64 size = 0, IStream* stream = nullptr);
};