SdlAudioStreamDataCompleteCallback typedef

SdlAudioStreamDataCompleteCallback = Void Function(Pointer<NativeType> userdata, Pointer<NativeType> buf, Int32 buflen)

Implementation

typedef SdlAudioStreamDataCompleteCallback =
    Void Function(
      Pointer<NativeType> userdata,
      Pointer<NativeType> buf,
      Int32 buflen,
    );