| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Store.Probe
- data Probe
- = ProbePlain { }
- | ProbeAV { }
- probeLength :: Probe -> Maybe Offset
- probeFile :: (MonadIO m, MonadHas AV c m) => ByteString -> RawFilePath -> m (Either Text Probe)
- probeAutoPosition :: MonadDB c m => Container -> Maybe Probe -> m Offset
- avProbeCheckFormat :: Format -> AVProbe -> Bool
Documentation
Constructors
| ProbePlain | |
Fields | |
| ProbeAV | |
Fields
| |