Package org.fourthline.cling.support.renderingcontrol

Examples of org.fourthline.cling.support.renderingcontrol.RenderingControlException


    }


    protected void checkChannel(String channelName) throws RenderingControlException {
        if (!getChannel(channelName).equals(Channel.Master)) {
            throw new RenderingControlException(ErrorCode.ARGUMENT_VALUE_INVALID, "Unsupported audio channel: " + channelName);
        }
    }
View Full Code Here

TOP

Related Classes of org.fourthline.cling.support.renderingcontrol.RenderingControlException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.