mtmd_helper_video_init function
- @Native<Pointer<
mtmd_helper_video> Function(Pointer<mtmd_context> , Pointer<Char> , mtmd_helper_video_init_params)>(ffi.Pointer<mtmd_context>, ffi.Pointer<ffi.Char>, mtmd_helper_video_init_params)>()
- Pointer<
mtmd_context> mctx, - Pointer<
Char> path, - mtmd_helper_video_init_params params
Implementation
@ffi.Native<
ffi.Pointer<mtmd_helper_video> Function(
ffi.Pointer<mtmd_context>,
ffi.Pointer<ffi.Char>,
mtmd_helper_video_init_params,
)
>()
external ffi.Pointer<mtmd_helper_video> mtmd_helper_video_init(
ffi.Pointer<mtmd_context> mctx,
ffi.Pointer<ffi.Char> path,
mtmd_helper_video_init_params params,
);