hogg-0.4.1.2: Library and tools to manipulate the Ogg container format

Safe HaskellSafe-Infered

Codec.Container.Ogg.Chop

Synopsis

Documentation

chop :: Maybe Timestamp -> Maybe Timestamp -> OggChain -> IO OggChainSource

Chop a bitstream, do NOT add a Skeleton bitstream | chop start end chain

chopWithSkel :: Maybe Timestamp -> Maybe Timestamp -> OggChain -> IO OggChainSource

Chop a bitstream, adding a Skeleton bitstream | chopWithSkel start end chain