comparison DOCS/tech/libvo.txt @ 11542:85e503ddf65f

runtime 'stay-on-top' functionality
author joey
date Sun, 30 Nov 2003 16:36:10 +0000
parents 407840681da1
children a8b4564641e0
comparison
equal deleted inserted replaced
11541:753ca0c44913 11542:85e503ddf65f
55 item is a string, the possible values are (currently): 55 item is a string, the possible values are (currently):
56 brightness, contrast, saturation, hue 56 brightness, contrast, saturation, hue
57 VOCTRL_GET_EQUALIZER 57 VOCTRL_GET_EQUALIZER
58 get the current video equalizer values 58 get the current video equalizer values
59 two arguments are provided: item and value 59 two arguments are provided: item and value
60 item is a string, the possible values are (currenlty): 60 item is a string, the possible values are (currently):
61 brightness, contrast, saturation, hue 61 brightness, contrast, saturation, hue
62 VOCTRL_ONTOP
63 Makes the player window stay-on-top. Only supported (currently)
64 by drivers which use X11, except SDL, as well as directx and
65 gl2 under Windows.
62 66
63 config(): 67 config():
64 Set up the video system. You get the dimensions and flags. 68 Set up the video system. You get the dimensions and flags.
65 width, height: size of the source image 69 width, height: size of the source image
66 d_width, d_height: wanted scaled/display size (it's a hint) 70 d_width, d_height: wanted scaled/display size (it's a hint)