zoom-cache-1.2.1.4: A streamable, seekable, zoomable cache file format

Portabilityunknown
Stabilityunstable
MaintainerConrad Parker <conrad@metadecks.org>
Safe HaskellSafe-Infered

Data.ZoomCache.Multichannel.List

Description

Default codec implementation for multichannel values of type [a].

This module implements the interfaces documented in Data.ZoomCache.Codec.

Multichannel SummaryData is simply a concatenation of n blocks of SummaryData for type a.

Synopsis

Documentation

wholeTrackSummaryListDouble :: (Functor m, MonadIO m) => TrackNo -> Iteratee [Offset Block] m [Summary Double]Source

Read the summary of an entire track.

wholeTrackSummaryUTCListDouble :: (Functor m, MonadIO m) => TrackNo -> Iteratee [Offset Block] m [SummaryUTC Double]Source

Read the summary of an entire track.