sound_get_duration method

double sound_get_duration(
  1. Pointer<Sound> self
)

Implementation

double sound_get_duration(
  ffi.Pointer<Sound> self,
) {
  return _sound_get_duration(
    self,
  );
}