From 403f01979cef7e03b8322ddb870e3959c8de0f77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 4 Sep 2002 23:31:05 +0000 Subject: merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 --- doc/xine-lib-API/html/group__xine__api.html | 358 ---------------------------- 1 file changed, 358 deletions(-) delete mode 100644 doc/xine-lib-API/html/group__xine__api.html (limited to 'doc/xine-lib-API/html/group__xine__api.html') diff --git a/doc/xine-lib-API/html/group__xine__api.html b/doc/xine-lib-API/html/group__xine__api.html deleted file mode 100644 index 8292217dc..000000000 --- a/doc/xine-lib-API/html/group__xine__api.html +++ /dev/null @@ -1,358 +0,0 @@ - - -XINE, A Free Video Player Project - API reference -xine logo - - - - -
-Main Page   Modules   Data Structures   File List   Data Fields   Globals  
-

API functions

- - - - - - - - - - - - - - - - - - - - - - - -

Modules

Sending events
Loading plugins
Autoplay support
Browsing support
Audio.
Engine management
Init functions
Video.
Version functions
Version constants
Player status constants

Defines

-#define XINE_IMGFMT_YV12   0x32315659
-#define XINE_IMGFMT_YUY2   (('2'<<24)|('Y'<<16)|('U'<<8)|'Y')
-#define XINE_ASPECT_RATIO_SQUARE   1
-#define XINE_ASPECT_RATIO_4_3   2
-#define XINE_ASPECT_RATIO_ANAMORPHIC   3
-#define XINE_ASPECT_RATIO_211_1   4
-#define XINE_ASPECT_RATIO_DONT_TOUCH   42

Functions

-int xine_get_current_frame (xine_t *self, int *width, int *height, int *ratio_code, int *format, uint8_t **y, uint8_t **u, uint8_t **v)
 Snapshot function.

-

Define Documentation

-

- - - - -
- - -
-#define XINE_ASPECT_RATIO_211_1   4 -
-
- - - - - -
-   - - -

-aspect ratio.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_ASPECT_RATIO_4_3   2 -
-
- - - - - -
-   - - -

-aspect ratio.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_ASPECT_RATIO_ANAMORPHIC   3 -
-
- - - - - -
-   - - -

-aspect ratio.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_ASPECT_RATIO_DONT_TOUCH   42 -
-
- - - - - -
-   - - -

-aspect ratio.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_ASPECT_RATIO_SQUARE   1 -
-
- - - - - -
-   - - -

-aspect ratio.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_IMGFMT_YUY2   (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') -
-
- - - - - -
-   - - -

-image format.

-See also:
-xine_get_current_frame
-

- - - - -
- - -
-#define XINE_IMGFMT_YV12   0x32315659 -
-
- - - - - -
-   - - -

-image format.

-See also:
-xine_get_current_frame
-


Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-int xine_get_current_frame ( - -xine_t * self, -
-int * width, -
-int * height, -
-int * ratio_code, -
-int * format, -
-uint8_t ** y, -
-uint8_t ** u, -
-uint8_t ** v ) -
-
- - - - - -
-   - - -

-Snapshot function. -

-

-Parameters:
- - - - - - - - - -
self -Current xine engine configuration ( see xine_init() )
width -Width of image (be aware that u,v may be subsampled)
height -Height of image (be aware that u,v may be subsampled)
ratio_code -Aspect ratio of the frame
format -Subsampling format YUV 4:2:0 or 4:2:2
y -Lumiance information
u -Subsample color information
v -Subsample color information
-
-Returns:
-1 on success, 0 failure.
-Parameters:
- - - - - - - - - -
self -
width -
height -
ratio_code -
format -
y -
u -
v -
-
-


Generated at Mon Oct 15 01:18:07 2001 for XINE, A Free Video Player Project - API reference by - -doxygen1.2.8 written by Dimitri van Heesch, - © 1997-2001
- - -- cgit v1.2.3