Safe Haskell | None |
---|
Byte level SDIF data structure.
- is_sdif_b :: ByteString -> Bool
- sdif_b_frames :: ByteString -> Int
- sdif_b_frame_i :: ByteString -> Int -> [(Int, Int)]
Documentation
is_sdif_b :: ByteString -> BoolSource
Check signature of SDIF byte stream.
sdif_b_frames :: ByteString -> IntSource
Count number of frames at SDIF byte stream.
sdif_b_frame_i :: ByteString -> Int -> [(Int, Int)]Source
Extract start and end indices for n frames at SDIF byte stream.