sound_get_volume function

  1. @Native<Float Function(Pointer<Sound>)>(ffi.Pointer<Sound>)>()
double sound_get_volume(
  1. Pointer<Sound> self
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<Sound>)>()
external double sound_get_volume(
  ffi.Pointer<Sound> self,
);