package com.seewo.sdk.model;

import d.b.a.a.a;

/* JADX INFO: loaded from: classes.dex */
public class SDKPIPTouchRemap {
    public Type type;
    public int xShift;
    public int xZoom;
    public int yShift;
    public int yZoom;

    public enum Type {
        OFF,
        PC_AND_OUT,
        ANDROID,
        ALL
    }

    public SDKPIPTouchRemap(Type type, int i2, int i3, int i4, int i5) {
        this.type = type;
        this.xShift = i2;
        this.yShift = i3;
        this.xZoom = i4;
        this.yZoom = i5;
    }

    public String toString() {
        StringBuilder sbB = a.B("SDKPIPTouchRemap{type='");
        sbB.append(this.type.name());
        sbB.append('\'');
        sbB.append(", xShift=");
        sbB.append(this.xShift);
        sbB.append(", yShift='");
        sbB.append(this.yShift);
        sbB.append('\'');
        sbB.append(", xZoom='");
        sbB.append(this.xZoom);
        sbB.append('\'');
        sbB.append(", yZoom='");
        sbB.append(this.yZoom);
        sbB.append('\'');
        sbB.append('}');
        return sbB.toString();
    }
}
