setLocalRenderParams method

void setLocalRenderParams(
  1. int rotation,
  2. int fillMode,
  3. int mirrorType
)

Implementation

void setLocalRenderParams(int rotation, int fillMode, int mirrorType) {
  _trtcFFIBindings.set_local_render_params(_trtcsharedInstanceNativePointer, rotation, fillMode, mirrorType);
}