Changeset 5166 for pjproject/trunk/pjmedia/include/pjmedia/types.h
- Timestamp:
- Aug 21, 2015 6:46:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/types.h
r3774 r5166 203 203 204 204 /** 205 * Natural orientation, e.g: sky upside on landscape view, head upside206 * on human portrait.205 * Natural orientation, i.e. the original orientation video will be 206 * displayed/captured without rotation. 207 207 */ 208 208 PJMEDIA_ORIENT_NATURAL, … … 210 210 /** 211 211 * Specifies that the video/picture needs to be rotated 90 degrees 212 * clockwise to be displayed in natural orientation. 212 * from its natural orientation in clockwise direction from the user's 213 * perspective. 214 * Note that for devices with back cameras (which faces away 215 * from the user), the video will actually need to be rotated 216 * 270 degrees clockwise instead. 213 217 */ 214 218 PJMEDIA_ORIENT_ROTATE_90DEG, … … 216 220 /** 217 221 * Specifies that the video/picture needs to be rotated 180 degrees 218 * clockwise to be displayed innatural orientation.222 * from its natural orientation. 219 223 */ 220 224 PJMEDIA_ORIENT_ROTATE_180DEG, … … 222 226 /** 223 227 * Specifies that the video/picture needs to be rotated 270 degrees 224 * clockwise to be displayed in natural orientation. 228 * from its natural orientation in clockwise direction from the user's 229 * perspective. 230 * Note that for devices with back cameras (which faces away 231 * from the user), the video will actually need to be rotated 232 * 90 degrees clockwise instead. 225 233 */ 226 234 PJMEDIA_ORIENT_ROTATE_270DEG
Note: See TracChangeset
for help on using the changeset viewer.