Home Previous Next Index

Stream

Overview

module Stream

Interface Index

StreamListenerInterface
StreamProvider
Interface for accessing the Streaming Subsystem.
StreamProviderImageProcessorInterface

Structure Index

StreamMetaData

Sequence Index

DataChunk
a data chunk.

Constant Index

zeroInt

Enumeration Index

CodecType
CompressionRate
parameters for setting the compression rate of the encoder.

Sequences

sequence<byte> DataChunk

a data chunk. This contains the raw data that was received from the encoder. Clients are recommended not to fiddle with it but rather to feed it directly into the decoder.

Used By

StreamListenerInterface::reportNewStreamData

Constants

const int zeroInt = 0;

Home Previous Next Index