RacSttOnnxCreateStreamNative typedef

RacSttOnnxCreateStreamNative = Int32 Function(RacHandle handle, Pointer<RacHandle> outStream)

rac_result_t rac_stt_onnx_create_stream(rac_handle_t handle, rac_handle_t* out_stream)

Implementation

typedef RacSttOnnxCreateStreamNative = Int32 Function(
  RacHandle handle,
  Pointer<RacHandle> outStream,
);