yl_stft_create function
- @Native<yl_stft_handle Function(Pointer<
yl_stft_cfg> )>(ffi.Pointer<yl_stft_cfg>)>()
- Pointer<
yl_stft_cfg> cfg
Implementation
@ffi.Native<yl_stft_handle Function(ffi.Pointer<yl_stft_cfg>)>()
external yl_stft_handle yl_stft_create(ffi.Pointer<yl_stft_cfg> cfg);