bt_avrcp_position_changed_cb typedef
@ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
@brief Called when the Song position mode is changed by the remote target device.
@since_tizen 3.0
@paramin
position Playback position in milliseconds. When position is 0 it means the track is starting and when it's greater than or equal to track's duration the track has ended.
@paramin
user_data The user data passed from the callback registration function
@see bt_avrcp_set_position_changed_cb()
@see bt_avrcp_unset_position_changed_cb()
Implementation
typedef bt_avrcp_position_changed_cb
= ffi.Pointer<ffi.NativeFunction<bt_avrcp_position_changed_cbFunction>>;