Package org.fourthline.cling.support.model

Examples of org.fourthline.cling.support.model.ProtocolInfo


    /**
     * Basic MP3 support only for now...
     */
    public CliMRConnectionManagerService() {
        sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/mp3:*"));
        sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/mpeg:*"));
      sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/mpeg3:*"));
      sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/flac:*"));
      sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/ogg:*"));
      sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/mp4a-latm:*"));
        sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/mp4:*"));
      sinkProtocolInfo.add(new ProtocolInfo("http-get:*:audio/x-aiff:*"));
    }
View Full Code Here

TOP

Related Classes of org.fourthline.cling.support.model.ProtocolInfo

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.