Interface: StreamMetadata

Flac. StreamMetadata

FLAC stream meta data
Properties:
Name Type Attributes Description
min_blocksize number the minimal block size (bytes)
max_blocksize number the maximal block size (bytes)
min_framesize number the minimal frame size (bytes)
max_framesize number the maximal frame size (bytes)
total_samples number the total number of (encoded/decoded) samples
md5sum string the MD5 checksum for the decoded data (if validation is active)
sampleRate number inherited the sample rate (Hz)
channels number inherited the number of channels
bitsPerSample number inherited bits per sample

Extends