Genvid_DestroyStream()

GenvidStatus Genvid_DestroyStream(const char *streamID)

Invalidates and deallocates internal data used by the specified streamID.

The call is synchronous.

This routine will attempt to stop then destroy 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_UnknownError : The stream could not be unregistered.