Stephen Nelson > Video-Xine > Video::Xine::Utility

Download:
Video-Xine-0.18.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

Video::Xine::Utility -- Utility methods for Xine

SYNOPSIS ^

  use Video::Xine::Utility;

  my $visual = Video::Xine::Utility::make_x11_visual
                (
                  $x_display,
                  $screen,
                  $window_id,
                  $width,
                  $height,
                  $aspect
                );

DESCRIPTION ^

The Utility package actually provides only one subroutine, make_x11_visual().

SUBROUTINES ^

make_x11_visual()

 make_x11_visual($x_display, $screen, $window_id, $width, $height, $aspect)

Returns a C struct suitable for passing to the Video::Xine::Driver::Video constructor with a XINE_VISUAL_TYPE_X11.