Safe Haskell | None |
---|
- getVersionString :: IO String
- getDefaultDevice :: IO String
- readFromDefaultCd :: IO (Either String DiscId)
- readFromCd :: String -> IO (Either String DiscId)
- hasFeature :: DiscIdFeature -> Bool
- getFeatureList :: IO [DiscIdFeature]
- data DiscIdFeature
- data DiscId = DiscId {}
- data TOC = TOC {
- firstTrackNum :: Int
- lastTrackNum :: Int
- tracks :: Map Int Track
- data Track = Track {}
Documentation
Return the full version string of this library, including the name.
Return the name of the default disc drive for this operating system.
readFromDefaultCd :: IO (Either String DiscId)Source
Read the disc in the default CD-ROM/DVD-ROM drive.
readFromCd :: String -> IO (Either String DiscId)Source
Read the disc in the given CD-ROM/DVD-ROM drive.