SetImageInfoCustomStream method

void SetImageInfoCustomStream(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<CustomStreamInfo> arg1
)

Implementation

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