Interface: BlockMetadata

Flac. BlockMetadata

FLAC block meta data
Properties:
Name Type Attributes Description
blocksize number the block size (bytes)
number number the number of the decoded samples or frames
numberType string the type to which number refers to: either "frames" or "samples"
channelAssignment Flac.FLAC__ChannelAssignment the channel assignment
crc string the MD5 checksum for the decoded data, if validation is enabled
subframes Array.<Flac.SubFrameMetadata> <optional>
the metadata of the subframes. The array length corresponds to the number of channels. NOTE will only be included if CodingOptions.analyseSubframes is enabled for the decoder.
sampleRate number inherited the sample rate (Hz)
channels number inherited the number of channels
bitsPerSample number inherited bits per sample
See:

Extends