abl_link_set_is_playing method
! @brief: Set if transport should be playing or stopped, taking effect at the given time.
Implementation
void abl_link_set_is_playing(
abl_link_session_state session_state,
bool is_playing,
int time,
) {
return _abl_link_set_is_playing(
session_state,
is_playing,
time,
);
}