libtiepie-hw  1.1.13
Auto resolution modes
Collaboration diagram for Auto resolution modes:

Modules

 Bit numbers
 
 Masks
 

Macros

#define TIEPIE_HW_ARMN_COUNT   3
 Number of auto resolution modes. More...
 
#define TIEPIE_HW_ARM_UNKNOWN   0
 Unknown/invalid mode. More...
 
#define TIEPIE_HW_ARM_DISABLED   (1 << TIEPIE_HW_ARMB_DISABLED)
 Resolution does not automatically change. More...
 
#define TIEPIE_HW_ARM_NATIVEONLY   (1 << TIEPIE_HW_ARMB_NATIVEONLY)
 Highest possible native resolution for the current sample rate is used. More...
 
#define TIEPIE_HW_ARM_ALL   (1 << TIEPIE_HW_ARMB_ALL)
 Highest possible native or enhanced resolution for the current sample rate is used. More...
 

Detailed Description

Macro Definition Documentation

◆ TIEPIE_HW_ARMN_COUNT

#define TIEPIE_HW_ARMN_COUNT   3

Number of auto resolution modes.

◆ TIEPIE_HW_ARM_UNKNOWN

#define TIEPIE_HW_ARM_UNKNOWN   0

Unknown/invalid mode.

◆ TIEPIE_HW_ARM_DISABLED

#define TIEPIE_HW_ARM_DISABLED   (1 << TIEPIE_HW_ARMB_DISABLED)

Resolution does not automatically change.

◆ TIEPIE_HW_ARM_NATIVEONLY

#define TIEPIE_HW_ARM_NATIVEONLY   (1 << TIEPIE_HW_ARMB_NATIVEONLY)

Highest possible native resolution for the current sample rate is used.

◆ TIEPIE_HW_ARM_ALL

#define TIEPIE_HW_ARM_ALL   (1 << TIEPIE_HW_ARMB_ALL)

Highest possible native or enhanced resolution for the current sample rate is used.