int32 DSStartStream (Item msgItem, DSRequestMsgPtr reqMsg, DSStreamCBPtr streamCBPtr, unsigned long startOptions)
DSStartStream()
sets the members of the message data structure required to start the stream. (The message is the DSRequestMsg
identified by reqMsg
). If a message is specified, DSStartStream()
sends the message and returns immediately. If no message is specified (if reqMsg
is NULL
), DSStartStream()
creates a message, sends it to the DataStreamer, and waits until the message has been received before returning.
msgItem
reqMsg
DSRequestMsg
message that is formatted and sent to the DataStreamer. A value of NULL
forces creation of an internal DSRequestMsg
message and synchronous operation.
streamCBPtr
startOptions
SOPT_FLUSH
to flush the stream buffers before starting, otherwise zero or SOFT_NOFLUSH
.
reqMsg
are set to the following values:
whatToDo
- kDSOpStartStream
msg.start.options
- startOptions
kDSInvalidDSRequest
whatToDo
set to invalid value)
kDSNoReplyPortErr
SendMsg()
or WaitPort(
) failed
VALIDATE_REQUEST_CODE
symbol is enabled).
See "Error Messages" in the 3DO Portfolio Reference Manual for a listing of error messages returned by SendMsg()
and WaitPort()
.
DSStopStream