public List<Bookmark> bookmarks() { return Collections.unmodifiableList(myBookmarks); }
/** * Returns the list of detected codecs. * * @return the list of detected codecs. */ public static List<CodecInfo> getSupportedCodecs() { return Collections.unmodifiableList(codecs); }