VideoOffset.setWithStringOrder constructor

VideoOffset.setWithStringOrder(
  1. String dx,
  2. String dy
)

main_w 视频单帧图像宽度 / Video single frame image width main_h 视频单帧图像高度 / Video single frame image height overlay_w 水印图片的宽度 / The width of the watermark image overlay_h 水印图片的高度 / The height of the watermark image

Implementation

VideoOffset.setWithStringOrder(String dx, String dy) {
  _offset = _setOffset(dx, dy);
}