struct StreamChunk {
unsigned long streamChunkType;
unsigned long streamChunkSize;
unsigned char streamChunkData[4];
}typedef struct StreamChunk StreamChunk, *StreamChunkPtr
streamData
type is used to search the stream's subscriber list, and any chunks that match existing subscribers are passed to the subscriber. Chunks that do not match any existing subscriber are ignored.Note: All chunks must be quad byte aligned.
streamChunkType
streamChunkSize
streamChunkData