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

Codec.Container.Ogg.Chain

Synopsis

Documentation

data OggChain Source

A section of a chained Ogg physical bitstream. This corresponds to an entire song or video, and most Ogg files in the wild contain only a single chain.

Constructors

OggChain 

chainScan :: ByteString -> [OggChain]Source

Parse a ByteString into a list of OggChains

chainAddSkeleton :: OggChain -> IO OggChainSource

Add a Skeleton logical bitstream to an OggChain