| Déclaré dans | OTVideoKit.h |
OTVideoOrientation
Définit les valeurs d'orientation vidéo (haut, bas, gauche, droite) pour la propriété « orientation » d'un OTVideoFrame objet.
Définition
typedef NS_ENUM(int32_t, OTVideoOrientation ) { OTVideoOrientationUp = 1, OTVideoOrientationDown = 2, OTVideoOrientationLeft = 3, OTVideoOrientationRight = 4, };
Constantes
OTVideoOrientationUp
: La vidéo est orientée « tête en haut ». Aucune rotation n'est appliquée.
Copie
Declared In `OTVideoKit.h`.
OTVideoOrientationDown
: La vidéo est pivotée de 180 degrés.
Copie
Declared In `OTVideoKit.h`.
OTVideoOrientationLeft
: La vidéo est pivotée de 90 degrés.
Copie
Declared In `OTVideoKit.h`.
OTVideoOrientationRight
: La vidéo est pivotée de 270 degrés.
Copie
Declared In `OTVideoKit.h`.
Déclaré à
OTVideoKit.h