package com.seewo.sdk.internal.command.device;

import com.seewo.sdk.interfaces.f;
import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class CmdSetHdmiOutResolution implements SDKParsable {
    public f resolution;

    private CmdSetHdmiOutResolution() {
    }

    public CmdSetHdmiOutResolution(f fVar) {
        this();
        this.resolution = fVar;
    }
}
