SdlAudioStreamDataCompleteCallbackDart typedef

SdlAudioStreamDataCompleteCallbackDart = void Function(Pointer<NativeType> userdata, Pointer<NativeType> buf, int buflen)

Implementation

typedef SdlAudioStreamDataCompleteCallbackDart =
    void Function(
      Pointer<NativeType> userdata,
      Pointer<NativeType> buf,
      int buflen,
    );