GetStreamTextCel
Gets a pointer to a CCB.
Synopsis
char *GetStreamTextCel (TextContextPtr ctx, int32 channelNumber)
Description
Returns a pointer to the CCB created by the Text Library with the string, TAGS, and 3DO font corresponding to the current channel and stream time. This pointer is guaranteed to be valid only until the next call to GetStreamText()
or GetStreamTextCel()
.
Arguments
- cxt
- Pointer to Text subscriber context.
- channelNumber
- Logical stream channel number.
Return Value
Returns an CCB pointer, or NULL in the event of an error or if there is no string on the given channel at the current stream time.
Caveat
This function is part of the Subscriber.lib library file that can currently (Toolkit1.5) be found in Attic:Streaming:2p1:DataStream:Subscribers:Subscriber.lib. It will later be integrated into the main Streaming tree.
Associated Files
TextSubscriber.h
See Also
GetStreamText