onPlayPCMProgress property

void Function(int currentProgress)? onPlayPCMProgress
getter/setter pair

Progress callback when playing pcm file during tone tuning

Available since: 1.0.0 @param currentProgress Current playback progress, unit is milliseconds.

Implementation

static void Function(int currentProgress)? onPlayPCMProgress;