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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdSetLineOutSource implements SDKParsable {
    public b lineOutSource;

    private CmdSetLineOutSource() {
    }

    public CmdSetLineOutSource(b bVar) {
        this();
        this.lineOutSource = bVar;
    }
}
