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


Video-Xine documentation Contained in the Video-Xine distribution.

Index


Code Index:

NAME

Top

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

SYNOPSIS

Top

  use Video::Xine::Utility;

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




DESCRIPTION

Top

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

SUBROUTINES

Top

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.


Video-Xine documentation Contained in the Video-Xine distribution.

package Video::Xine::Utility;

use Video::Xine;

# Utility functions for Xine. Really just here for documentation.

1;

__END__