Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data TagDemuxResult
- data TagImageType
- = TagImageTypeNone
- | TagImageTypeUndefined
- | TagImageTypeFrontCover
- | TagImageTypeBackCover
- | TagImageTypeLeafletPage
- | TagImageTypeMedium
- | TagImageTypeLeadArtist
- | TagImageTypeArtist
- | TagImageTypeConductor
- | TagImageTypeBandOrchestra
- | TagImageTypeComposer
- | TagImageTypeLyricist
- | TagImageTypeRecordingLocation
- | TagImageTypeDuringRecording
- | TagImageTypeDuringPerformance
- | TagImageTypeVideoCapture
- | TagImageTypeFish
- | TagImageTypeIllustration
- | TagImageTypeBandArtistLogo
- | TagImageTypePublisherStudioLogo
- | AnotherTagImageType Int
Enumerations
TagDemuxResult
data TagDemuxResult Source #
Result values from the parse_tag virtual function.
TagDemuxResultBrokenTag | cannot parse tag, just skip it |
TagDemuxResultAgain | call again with less or more data |
TagDemuxResultOk | parsed tag successfully |
AnotherTagDemuxResult Int | Catch-all for unknown values |
Instances
TagImageType
data TagImageType Source #
Type of image contained in an image tag (specified as "image-type" field in
the info structure in the image's Sample
)
TagImageTypeNone | No image type. Can be used to
tell functions such as |
TagImageTypeUndefined | Undefined/other image type |
TagImageTypeFrontCover | Cover (front) |
TagImageTypeBackCover | Cover (back) |
TagImageTypeLeafletPage | Leaflet page |
TagImageTypeMedium | Medium (e.g. label side of CD) |
TagImageTypeLeadArtist | Lead artist/lead performer/soloist |
TagImageTypeArtist | Artist/performer |
TagImageTypeConductor | Conductor |
TagImageTypeBandOrchestra | Band/orchestra |
TagImageTypeComposer | Composer |
TagImageTypeLyricist | Lyricist/text writer |
TagImageTypeRecordingLocation | Recording location |
TagImageTypeDuringRecording | During recording |
TagImageTypeDuringPerformance | During performance |
TagImageTypeVideoCapture | Movie/video screen capture |
TagImageTypeFish | A fish as funny as the ID3v2 spec |
TagImageTypeIllustration | Illustration |
TagImageTypeBandArtistLogo | Band/artist logotype |
TagImageTypePublisherStudioLogo | Publisher/studio logotype |
AnotherTagImageType Int | Catch-all for unknown values |