Genvid_CreateStream()

GenvidStatus Genvid_CreateStream(const char *streamID)

Allocates a stream using the specified unique identifier streamID.

The call is synchronous.

This routine attempts to create a stream using streamID as the name of the stream.

Returns one of the following values:

GenvidStatus_UninitializedSDK: The Genvid library was not initialized before calling it.

GenvidStatus_Success: The operation completed properly.

GenvidStatus_AlreadyExists: A stream with the same name has already been created.