vc_tts_streaming_cb typedef

@brief Called when the client receives TTS streaming data from the VC engine service. @since_tizen 5.5 @remarks The @a buffer must be released with free() by you when you no longer need it. @paramin event The TTS event @paramin buffer The TTS streaming data @paramin len The length of the TTS streaming data @paramin utt_id The utterance id @paramin user_data The user data passed from the callback registration function @pre The application registers the callback function using vc_tts_set_streaming_cb(). @see vc_tts_set_streaming_cb()

Implementation

typedef vc_tts_streaming_cb
    = ffi.Pointer<ffi.NativeFunction<vc_tts_streaming_cbFunction>>;