Genvid_CreateStream()

GenvidStatus Genvid_CreateStream(const char *streamID)

Allocates a stream using the specified unique identifier streamID.

The call is synchronous.

This routine will attempt to create a stream using streamID as the name of the stream, it will return one of the following values :

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

GenvidStatus_Success : The operation has completed properly.

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