Package com.tulskiy.musique.audio.formats.mp3

Examples of com.tulskiy.musique.audio.formats.mp3.MP3TagWriter


*/

public class DecoderTest {
    @Test
    public void testMP3() {
        test(new MP3FileReader(), "testfiles/mp3/sample.mp3");
    }
View Full Code Here

TOP

Related Classes of com.tulskiy.musique.audio.formats.mp3.MP3TagWriter

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.