Genvid_SubmitAudioData()

GenvidStatus Genvid_SubmitAudioData(const GenvidTimecode timecode, const char *streamID, const void *audioData, const int audioDataSize)

Sends a buffer of audio samples associated with the stream streamID at time timecode.

The format of the audio samples must have been previously specified (see Genvid_SetParameterInt()).

Using a negative timecode value is shorthand for calling Genvid_GetCurrentTimecode() and using that timecode value instead.