Rattletrap.Type.Keyframe
data Keyframe Source #
Constructors
Fields
When this key frame occurs, in seconds.
The frame number of this key frame, starting from 0.
The bit position of this key frame in the stream.
Defined in Rattletrap.Type.Keyframe
Methods
parseJSON :: Value -> Parser Keyframe #
parseJSONList :: Value -> Parser [Keyframe] #
toJSON :: Keyframe -> Value #
toEncoding :: Keyframe -> Encoding #
toJSONList :: [Keyframe] -> Value #
toEncodingList :: [Keyframe] -> Encoding #
showsPrec :: Int -> Keyframe -> ShowS #
show :: Keyframe -> String #
showList :: [Keyframe] -> ShowS #
(==) :: Keyframe -> Keyframe -> Bool #
(/=) :: Keyframe -> Keyframe -> Bool #
schema :: Schema Source #
bytePut :: Keyframe -> BytePut Source #
byteGet :: ByteGet Keyframe Source #