Genvid_SubmitAnnotation()¶
-
GenvidStatus
Genvid_SubmitAnnotation
(const GenvidTimecode timecode, const char *streamID, const void *annotationData, const int annotationDataSize)¶ Sends
gameDataSize
bytes ofannotation
associated with the streamstreamID
.Using -1 instead of a
timecode
value calls Genvid_GetCurrentTimecode() and uses that value fortimecode
.Annotations are dropped if the asynchronous handler isn’t initialized first.
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.