| hogg-0.2.0: Library and tools to manipulate the Ogg container format | Contents | Index |
|
Codec.Container.Ogg.Chain |
|
|
|
Synopsis |
|
|
|
Documentation |
|
data OggChain |
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 | |
|
|
chainScan :: ByteString -> [OggChain] |
Parse a ByteString into a list of OggChains
|
|
chainAddSkeleton :: OggChain -> IO OggChain |
Add a Skeleton logical bitstream to an OggChain
|
|
Produced by Haddock version 0.8 |