|
Lizzy v1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
christophedelory.content.type | The definition of a content type (ie MIME type), along with helpers to guess this type for a given content. |
christophedelory.content.type.webapp | The XML-to-Java binding of a servlet deployment Web descriptor, restrained to the MIME mappings part. |
christophedelory.lizzy | Command-line interfaces for reading, converting and writing different playlist formats. |
christophedelory.playlist | The home of the playlist management API. |
christophedelory.playlist.asx | The Advanced Stream Redirector (ASX) format is a type of XML metafile designed to store a list of Windows Media files to play during a multimedia presentation. |
christophedelory.playlist.atom | A facade to the Atom Web content and metadata syndication format. |
christophedelory.playlist.b4s | The B4S format came about mostly because of the new needs of Winamp3 and also to modernize the old style of playlist formats. |
christophedelory.playlist.hypetape | Hypetape is the illegitimate lovechild of Hype Machine and Muxtape, where you can create and share playlists containing tracks other people have been talking about from around the internet. |
christophedelory.playlist.kpl | The Kalliope PlayList (.kpl) is a kind of XML playlist storing developed to speed up loading and managing playlists. |
christophedelory.playlist.m3u | The Winamp M3U / M4U playlist format, together with the Real Audio Metadata file format. |
christophedelory.playlist.mpcpl | The .mpcpl format is used by Media Player Classic to store audio/video playlists in a set sequence. |
christophedelory.playlist.pla | Playlist of songs saved by an iRiver portable music player, such as the T10 or iDP-100. |
christophedelory.playlist.plist | The Apple iTunes library data. |
christophedelory.playlist.plp | Music playlist for a SanDisk Sansa portable media player. |
christophedelory.playlist.pls | The PLSv2 playlist format. |
christophedelory.playlist.rmp | The Real Metadata Package (RMP) XML format. |
christophedelory.playlist.rss | A facade to the RSS / RSS Media Web content syndication format. |
christophedelory.playlist.smil | SMIL, the Synchronized Multimedia Integration Language, is a W3C recommended XML markup language for describing multimedia presentations. |
christophedelory.playlist.wpl | WPL (Windows Media Player Playlist) is a computer file format that stores multimedia playlists. |
christophedelory.playlist.xspf | XSPF, pronounced "spiff", is a playlist in XML format, which is supported by Xiph. |
Uses of ContentType in christophedelory.content.type |
---|
Methods in christophedelory.content.type that return ContentType | |
---|---|
ContentType |
SpecificPlaylistTypeProvider.getContentType(String contentName)
|
ContentType |
FileTypeMapProvider.getContentType(String contentName)
|
ContentType |
FileNameMapProvider.getContentType(String contentName)
|
ContentType |
ContentTypeProvider.getContentType(String contentName)
Returns a content type representing the given content name (file or URL). |
ContentType |
ContentTypeFactory.getContentType(String contentName)
Returns a content type representing the given content name (file or URL). |
ContentType |
ContentTypeFactory.getContentType(URI uri)
Returns a content type representing the given content URI. |
Methods in christophedelory.content.type that return types with arguments of type ContentType | |
---|---|
List<ContentType> |
ContentTypesFileFilter.getContentTypes()
Returns the list of currently defined content types. |
Methods in christophedelory.content.type with parameters of type ContentType | |
---|---|
void |
ContentTypesFileFilter.addContentType(ContentType contentType)
Adds a content type to this file filter. |
Uses of ContentType in christophedelory.content.type.webapp |
---|
Methods in christophedelory.content.type.webapp that return ContentType | |
---|---|
ContentType |
WebAppProvider.getContentType(String contentName)
|
Uses of ContentType in christophedelory.lizzy |
---|
Methods in christophedelory.lizzy with parameters of type ContentType | |
---|---|
static String |
ContentTypeInfo.toHTML(ContentType contentType)
Returns an HTML fragment representing the input content type. |
static String |
ContentTypeInfo.toString(ContentType contentType)
Returns a string representation of the input content type. |
Uses of ContentType in christophedelory.playlist |
---|
Methods in christophedelory.playlist that return ContentType | |
---|---|
ContentType[] |
SpecificPlaylistProvider.getContentTypes()
Returns a list of one or more content types representing the playlists compatible with this provider. |
Uses of ContentType in christophedelory.playlist.asx |
---|
Methods in christophedelory.playlist.asx that return ContentType | |
---|---|
ContentType[] |
AsxProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.atom |
---|
Methods in christophedelory.playlist.atom that return ContentType | |
---|---|
ContentType[] |
AtomProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.b4s |
---|
Methods in christophedelory.playlist.b4s that return ContentType | |
---|---|
ContentType[] |
B4sProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.hypetape |
---|
Methods in christophedelory.playlist.hypetape that return ContentType | |
---|---|
ContentType[] |
HypetapeProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.kpl |
---|
Methods in christophedelory.playlist.kpl that return ContentType | |
---|---|
ContentType[] |
KplProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.m3u |
---|
Methods in christophedelory.playlist.m3u that return ContentType | |
---|---|
ContentType[] |
M3UProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.mpcpl |
---|
Methods in christophedelory.playlist.mpcpl that return ContentType | |
---|---|
ContentType[] |
MPCPLProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.pla |
---|
Methods in christophedelory.playlist.pla that return ContentType | |
---|---|
ContentType[] |
PLAProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.plist |
---|
Methods in christophedelory.playlist.plist that return ContentType | |
---|---|
ContentType[] |
PlistProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.plp |
---|
Methods in christophedelory.playlist.plp that return ContentType | |
---|---|
ContentType[] |
PLPProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.pls |
---|
Methods in christophedelory.playlist.pls that return ContentType | |
---|---|
ContentType[] |
PLSProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.rmp |
---|
Methods in christophedelory.playlist.rmp that return ContentType | |
---|---|
ContentType[] |
RmpProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.rss |
---|
Methods in christophedelory.playlist.rss that return ContentType | |
---|---|
ContentType[] |
RSSProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.smil |
---|
Methods in christophedelory.playlist.smil that return ContentType | |
---|---|
ContentType[] |
SmilProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.wpl |
---|
Methods in christophedelory.playlist.wpl that return ContentType | |
---|---|
ContentType[] |
WplProvider.getContentTypes()
|
Uses of ContentType in christophedelory.playlist.xspf |
---|
Methods in christophedelory.playlist.xspf that return ContentType | |
---|---|
ContentType[] |
XspfProvider.getContentTypes()
|
|
© 2008-2009 Christophe Delory | |||||||||
PREV NEXT | FRAMES NO FRAMES |