Package com.pugh.sockso.music.indexing

Examples of com.pugh.sockso.music.indexing.CoverArtIndexer


        }
       
        // TODO Would be nice if we had some sort of helper to build a coverId from arbitrary music item types
        String coverId = itemType + itemId;

        final CoverArtIndexer coverArtIndexer = new CoverArtIndexer(p);
        coverArtIndexer.indexCover(new CoverArt( coverId, coverArt ));
    }
View Full Code Here

TOP

Related Classes of com.pugh.sockso.music.indexing.CoverArtIndexer

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.