FingerPositionFlags Enumeration¶
Namespace: id3.FingerCapture
Definition¶
Flags representing the position of each finger during the capture process. These flags are used to specify which fingers are being captured and their respective positions.
class FingerPositionFlags
enum FingerPositionFlags
public enum FingerPositionFlags
typedef enum id3CaptureFingerPositionFlags
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Finger position of an unknown finger. |
|
0x0001 |
Finger position of the left little finger. |
|
0x0002 |
Finger position of the left ring finger. |
|
0x0004 |
Finger position of the left middle finger. |
|
0x0008 |
Finger position of the left index finger. |
|
0x0010 |
Finger position of the left thumb. |
|
0x0020 |
Finger position of the right thumb. |
|
0x0040 |
Finger position of the right index finger. |
|
0x0080 |
Finger position of the right middle finger. |
|
0x0100 |
Finger position of the right ring finger. |
|
0x0200 |
Finger position of the right little finger. |