bt_avrcp_track_info_changed_cb typedef
@ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
@brief Called when the Song metadata information is changed by the remote target device.
@since_tizen 3.0
@paramin
track The song metadata information
@paramin
user_data The user data passed from the callback registration function
@see bt_avrcp_set_track_info_changed_cb()
@see bt_avrcp_unset_track_info_changed_cb()
Implementation
typedef bt_avrcp_track_info_changed_cb
= ffi.Pointer<ffi.NativeFunction<bt_avrcp_track_info_changed_cbFunction>>;