| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Synopsis | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
Documentation | ||||||||||||||||||||||||||||||||||
data ContentType | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
A list of content type labels (eg. Vorbis, Theora) known by HOgg | ||||||||||||||||||||||||||||||||||
knownContentTypes :: [String] | ||||||||||||||||||||||||||||||||||
identify :: ByteString -> Maybe ContentType | ||||||||||||||||||||||||||||||||||
granulerate :: ContentType -> ByteString -> Maybe Granulerate | ||||||||||||||||||||||||||||||||||
granuleshift :: ContentType -> ByteString -> Maybe Int | ||||||||||||||||||||||||||||||||||
parseType :: String -> Maybe ContentType | ||||||||||||||||||||||||||||||||||
class ContentTyped a where | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
contentTypeIs :: ContentTyped a => ContentType -> a -> Bool | ||||||||||||||||||||||||||||||||||
contentTypeOf :: ContentTyped a => a -> Maybe ContentType | ||||||||||||||||||||||||||||||||||
contentTypeEq :: (ContentTyped a, ContentTyped b) => a -> b -> Bool | ||||||||||||||||||||||||||||||||||
demuxByContentType :: ContentTyped a => [a] -> [[a]] | ||||||||||||||||||||||||||||||||||
Group a list of ContentTyped items by their Content-Type | ||||||||||||||||||||||||||||||||||
skeleton :: ContentType | ||||||||||||||||||||||||||||||||||
Produced by Haddock version 0.8 |