Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data ContentWith frames Source #
Contains low-level game data about a Replay
.
Content | |
|
Instances
FromJSON frames => FromJSON (ContentWith frames) Source # | |
Defined in Rattletrap.Type.Content parseJSON :: Value -> Parser (ContentWith frames) # parseJSONList :: Value -> Parser [ContentWith frames] # | |
ToJSON frames => ToJSON (ContentWith frames) Source # | |
Defined in Rattletrap.Type.Content toJSON :: ContentWith frames -> Value # toEncoding :: ContentWith frames -> Encoding # toJSONList :: [ContentWith frames] -> Value # toEncodingList :: [ContentWith frames] -> Encoding # | |
Show frames => Show (ContentWith frames) Source # | |
Defined in Rattletrap.Type.Content showsPrec :: Int -> ContentWith frames -> ShowS # show :: ContentWith frames -> String # showList :: [ContentWith frames] -> ShowS # | |
Eq frames => Eq (ContentWith frames) Source # | |
Defined in Rattletrap.Type.Content (==) :: ContentWith frames -> ContentWith frames -> Bool # (/=) :: ContentWith frames -> ContentWith frames -> Bool # |
:: Maybe Str | |
-> Version | Version numbers, usually from |
-> Int | The number of frames in the stream, usually from
|
-> Word | The maximum number of channels in the stream, usually from
|
-> ByteGet Content |