Average bitrate of the stream in kilobits per second.
Bitrate in kbps, or 0 if unknown.
Bits per sample (bit depth) of the audio stream.
Bit depth (e.g. 16, 24, 32).
Number of audio channels.
Channel count (e.g. 2 for stereo).
Whether the stream contains DSD (Direct Stream Digital) audio.
true for DSD audio, false for standard PCM.
Whether the stream is losslessly encoded.
true for lossless, false for hybrid (lossy) mode.
Playback duration in milliseconds.
Duration in milliseconds, or 0 if unknown.
Duration rounded to the nearest second.
Total number of PCM sample frames in the stream.
Sample frame count.
Sample rate of the audio stream in Hz.
Sample rate in Hz, or 0 if unknown.
WavPack stream version number read from the block header.
The stream version (e.g. 0x407).
StaticcreateReads WavPack block headers from file and creates a populated properties instance.
A fully populated WavPackProperties instance.
Audio properties for WavPack streams.
Supports standard and non-standard sample rates, hybrid (lossy) and lossless modes, multi-channel configurations, and DSD audio.