Safe Haskell | None |
---|
SDIF frame functions
- data Frame = Frame {
- frame_b :: ByteString
- frame_type :: String
- frame_size :: Int
- frame_time :: Double
- frame_id :: Int
- frame_matrices :: Int
- frame_matrix_i :: [(Int, Int)]
- frame_matrix_c :: [Matrix]
- decode_frame :: ByteString -> Frame
- frame_matrix_b :: Frame -> Int -> ByteString
- frame_matrix :: Frame -> Int -> Matrix
Documentation
SDIF frame data store
Frame | |
|
decode_frame :: ByteString -> FrameSource
Decode SDIF Frame
.
frame_matrix_b :: Frame -> Int -> ByteStringSource
Extract nth matrix of Frame
.