SubjectPosition Enumeration¶
Namespace: id3.Face
Definition¶
Enumerates the positions of a subject in an image.
class SubjectPosition
enum SubjectPosition
public enum SubjectPosition
public enum SubjectPosition
public enum SubjectPosition
typedef enum id3FaceSubjectPosition
Fields¶
Name |
Value |
Description |
---|---|---|
|
0xFF |
The position is undefined. |
|
0x00 |
The position is correct. |
|
0x01 |
The subject is too close. |
|
0x02 |
The subject is too far. |
|
0x04 |
The subject is too left. |
|
0x08 |
The subject is too right. |
|
0x10 |
The subject is too high. |
|
0x20 |
The subject is too low. |