|
HosrDiretta
|
Format support information class.Can determine the supported format. More...
#include <Format.hpp>
Public Member Functions | |
| FormatSupport (FormatID fmt) | |
| Constructor from FormatID. | |
| operator bool () const | |
| Validate as a capability FormatID. | |
| std::uint32_t | getChMin () const |
| Get minimum supported sample rate. | |
| std::uint32_t | getChMax () const |
| Get maximum supported sample rate. | |
| bool | havePCM () const |
| Check if PCM is supported. | |
| bool | haveDSD () const |
| Check if DSD is supported. | |
| std::uint32_t | getBitsMin () const |
| Get minimum supported bit depth. | |
| std::uint32_t | getBitsMax () const |
| Get maximum supported bit depth. | |
| std::uint32_t | getSpeedBaseMin () const |
| Get minimum supported playback speed. | |
| std::uint32_t | getSpeedBaseMax () const |
| Get maximum supported playback speed. | |
| std::uint32_t | getSpeedMultMin () const |
| Get minimum supported playback speed multiplier. | |
| std::uint32_t | getSpeedMultMax () const |
| Get maximum supported playback speed multiplier. | |
| std::uint32_t | getSpeedMin () const |
| Get minimum supported playback speed. | |
| std::uint32_t | getSpeedMax () const |
| Get maximum supported playback speed. | |
| std::uint32_t | getNoneBaseMin () const |
| Get Format Minimum Frequency Multiplier. | |
| std::uint32_t | getFrameMax () const |
| Get Maximum frame size. | |
Format support information class.Can determine the supported format.