Crate riff[][src]

riff

riff provides utility methods for reading and writing RIFF-formatted files, such as Microsoft Wave, AVI or DLS files.

Structs

Chunk

A chunk, also known as a form

ChunkId

A chunk id, also known as FourCC

Enums

ChunkContent

The contents of a chunk

Statics

LIST_ID

The LIST id

RIFF_ID

The RIFF id

SEQT_ID

The seqt id

Functions

read_chunk

Reads a chunk. Returns the read chunk and the number of bytes read.

write_chunk

Writes a chunk to a stream.