play method

bool play()

Implementation

bool play() => _engine != ffi.nullptr && _play(_engine) != 0;