Genvid_SubmitGameData()

GenvidStatus Genvid_SubmitGameData(const GenvidTimecode timecode, const char *streamID, const void *gameData, const int gameDataSize)

Sends gameDataSize bytes of gameData associated with the stream streamID.

Using a negative timecode value calls Genvid_GetCurrentTimecode() and uses that value for timecode.

It returns one of the following values:

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

GenvidStatus_InvalidState: The asynchronous handler was not initialized.

GenvidStatus_InvalidParameter: The stream streamID was not found.

GenvidStatus_Success: The operation completed properly.