Package org.fourthline.cling.support.avtransport

Examples of org.fourthline.cling.support.avtransport.AVTransportException


      throw new AVTransportException(ErrorCode.INVALID_ACTION, "Setting playmode not supported.");
    }

    @Override
    public void setRecordQualityMode(UnsignedIntegerFourBytes instanceId, String newRecordQualityMode) throws AVTransportException {
      throw new AVTransportException(ErrorCode.INVALID_ACTION, "Record not supported.");
    }
View Full Code Here

TOP

Related Classes of org.fourthline.cling.support.avtransport.AVTransportException

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.