flutterxel_core_play_pos method

bool flutterxel_core_play_pos(
  1. int ch,
  2. Pointer<Int32> snd,
  3. Pointer<Double> pos
)

Implementation

bool flutterxel_core_play_pos(
  int ch,
  ffi.Pointer<ffi.Int32> snd,
  ffi.Pointer<ffi.Double> pos,
) {
  return _flutterxel_core_play_pos(ch, snd, pos);
}