Class | Description |
---|---|
FlacAudioFrame |
Raw, compressed audio data.
|
FlacAudioFrame.SampleRate | |
FlacAudioSubFrame |
Per-channel, compressed audio
|
FlacAudioSubFrame.SubFrameConstant | |
FlacAudioSubFrame.SubFrameFixed | |
FlacAudioSubFrame.SubFrameLPC | |
FlacAudioSubFrame.SubFrameReserved | |
FlacAudioSubFrame.SubFrameVerbatim | |
FlacAudioSubFrame.SubFrameWithResidual | |
FlacFile |
This wrapper lets you work with FLAC files,
whether they're Ogg or Native framed.
|
FlacFirstOggPacket |
The first Flac packet stored in an Ogg stream is
special.
|
FlacFrame |
A Flac frame may be in a native bitstream, or wrapped in an OggPacket.
|
FlacInfo |
The Stream Info metadata block holds useful
information on the audio data of the file
|
FlacMetadataBlock |
This comes before the audio data.
|
FlacNativeFile |
This lets you work with FLAC files that
are contained in a native FLAC Stream
|
FlacOggFile |
This lets you work with FLAC files that
are contained in an Ogg Stream
|
FlacOggInfo |
The
FlacInfo plus the version data from
FlacFirstOggPacket |
FlacTags |
This is a
VorbisComments with a Flac metadata
block header, rather than the usual vorbis one. |
FlacTags.FlacTagsAsMetadata | |
FlacUnhandledMetadataBlock |
Any Flac Metadata Block we don't explicitly handle
|
Copyright © 2017. All rights reserved.