sound_get_duration function

double sound_get_duration(
  1. Pointer<Sound> self
)

Implementation

double sound_get_duration(Pointer<Sound> self) =>
    _sound_get_duration(self.addr);