aubio_sampler_get_playing method
get current playing state
\param o sampler, created by new_aubio_sampler()
\return 0 if not playing, 1 if playing
Implementation
int aubio_sampler_get_playing(
ffi.Pointer<aubio_sampler_t> o,
) {
return _aubio_sampler_get_playing(
o,
);
}