Manpages

Manpage of Possible ratios for the VO_PROP_ASPECT_RATIO call

Possible ratios for the VO_PROP_ASPECT_RATIO call

Section: C Library Functions (3)
Updated: 15 Oct 2001
Index
Return to Main Contents
 

NAME

Possible ratios for the VO_PROP_ASPECT_RATIO call -  

Defines


#define ASPECT_AUTO 0

#define ASPECT_ANAMORPHIC 1

#define ASPECT_FULL 2

#define ASPECT_DVB 3

#define ASPECT_SQUARE 4

#define NUM_ASPECT_RATIOS 5
 

DETAILED DESCRIPTION

See also: VO_PROP_ASPECT_RATIO, vo_driver_t  

DEFINE DOCUMENTATION

 

#define ASPECT_ANAMORPHIC 1

Set aspect ration to 16:9.

See also: VO_PROP_ASPECT_RATIO  

#define ASPECT_AUTO 0

Let video driver guessing aspect ratio.

See also: VO_PROP_ASPECT_RATIO  

#define ASPECT_DVB 3

Set aspect ration to 1:2.

See also: VO_PROP_ASPECT_RATIO  

#define ASPECT_FULL 2

Set aspect ration to 4:3.

See also: VO_PROP_ASPECT_RATIO  

#define ASPECT_SQUARE 4

Set aspect ration to square pels.

See also: VO_PROP_ASPECT_RATIO  

#define NUM_ASPECT_RATIOS 5

Number of aspect ratios supported for VO_PROP_ASPECT_RATIO property.

See also: VO_PROP_ASPECT_RATIO


 

Index

NAME
Defines
DETAILED DESCRIPTION
DEFINE DOCUMENTATION
#define ASPECT_ANAMORPHIC 1
#define ASPECT_AUTO 0
#define ASPECT_DVB 3
#define ASPECT_FULL 2
#define ASPECT_SQUARE 4
#define NUM_ASPECT_RATIOS 5

This document was created by man2html, using the manual pages.
Time: 15:16:07 GMT, April 25, 2024