vc_mgr_vc_tts_streaming_cb typedef
@brief Called when the vc client sends audio streaming for TTS feedback. @since_tizen 5.0
@remarks The @a buffer must be released with free() by you when you no longer need it.
@paramin
pid The process id of the vc client
@paramin
utt_id The utterance id
@paramin
event TTS feedback event (e.g. #VC_FEEDBACK_EVENT_START, #VC_FEEDBACK_EVENT_CONTINUE)
@paramin
buffer Audio streaming data
@paramin
len Length of the audio streaming data
@paramin
user_data The user data passed from the callback registration function
@pre An application registers callback function using vc_mgr_set_vc_tts_streaming_cb().
@see vc_mgr_set_vc_tts_streaming_cb() @see vc_mgr_unset_vc_tts_streaming_cb()
Implementation
typedef vc_mgr_vc_tts_streaming_cb
= ffi.Pointer<ffi.NativeFunction<vc_mgr_vc_tts_streaming_cbFunction>>;