SetImageInfoCustomStream method
Implementation
void SetImageInfoCustomStream(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<CustomStreamInfo> arg1,
) {
return _SetImageInfoCustomStream(
arg0,
arg1,
);
}
void SetImageInfoCustomStream(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<CustomStreamInfo> arg1,
) {
return _SetImageInfoCustomStream(
arg0,
arg1,
);
}