| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.ReplayWithFrames
- data ReplayWithFrames = ReplayWithFrames Word32 Word32 Text (Dictionary Property) (List Text) (List KeyFrame) [Frame] (List Message) (List Mark) (List Text) (List Text) (List Text) (List ClassItem) (List CacheItem)
- fromReplayWithoutFrames :: Monad m => ReplayWithoutFrames -> m ReplayWithFrames
- toReplayWithoutFrames :: Monad m => ReplayWithFrames -> m ReplayWithoutFrames
Documentation
data ReplayWithFrames Source #
A fully-processed replay. This has all of the frames from the network stream as well as all of the metadata.
See OptimizedReplay.
fromReplayWithoutFrames :: Monad m => ReplayWithoutFrames -> m ReplayWithFrames Source #
Converts a ReplayWithoutFrames into a ReplayWithFrames.
Operates in a Monad so that it can fail somewhat gracefully.
toReplayWithoutFrames :: Monad m => ReplayWithFrames -> m ReplayWithoutFrames Source #
Converts a ReplayWithFrames into a ReplayWithoutFrames.
Operates in a Monad so that it can fail somewhat gracefully.