Package com.pugh.sockso.music.stream

Examples of com.pugh.sockso.music.stream.AbstractMusicStream


                .artist( new Artist.Builder().id(1).name("Usher").build() )
                .path("/music/usher-yeah.mp3")
                .name("yeah")
                .build();

        ms = new AbstractMusicStream(tr) {
            public void sendAudioStream( DataOutputStream client ) throws IOException {
                // Do nothing
            }
        };
    }
View Full Code Here

TOP

Related Classes of com.pugh.sockso.music.stream.AbstractMusicStream

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.