Genvid_DestroyStream()

GenvidStatus Genvid_DestroyStream(const char *streamID)

Invalidates and deallocates internal data used by the specified streamID.

The call is synchronous.

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