RaFlutterTtsSynthesizeStreamNativePortNative typedef
RaFlutterTtsSynthesizeStreamNativePortNative =
Int32 Function(Pointer<Uint8> , Size, Int64, Pointer<NativeFunction<RacDartPostCObjectNative> > )
Flutter platform helper that copies TTS stream events natively and posts them to a Dart ReceivePort. Exported by the Flutter pod/helper library, not by RACommons.
Implementation
typedef RaFlutterTtsSynthesizeStreamNativePortNative =
ffi.Int32 Function(
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Int64,
ffi.Pointer<ffi.NativeFunction<RacDartPostCObjectNative>>,
);