NAME

Win32::WindowsMedia::Control - The control module for Windows Media

VERSION

Version 0.02

SYNOPSIS

use Win32::WindowsMedia::Control;

FUNCTIONS

Playlist_Jump_To_Event

    This function should only be used WHEN YOU KNOW WHAT YOU ARE DOING!

    It will not break anything, however requires much more than just a
publishing point name and event name to work.

    Playlist_Jump_To_Event(
		$Server_Object,
		"<Publishing Point Name>",
		"<Event Name>"
			);

Example of Use

    my $result = $Control->Playlist_Jump_To_Event(
		$Server_Object,
		"andrew",
		"event1");

Playlist_Build

This function builds a server side playlist. An array of filenames 
are required and a single string is required. This function does not use
internal playlist functions.

Playlist_Build( <pointer to filename array> );

( not yet available )

Example of Use

my $playlist = $Control->Playlist_Build(\@filename_array);

AUTHOR

Andrew S. Kennedy, <shamrock at cpan.org>

BUGS

SUPPORT

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Win32-WindowsMedia-Provision

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Andrew S. Kennedy, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 111:

=cut found outside a pod block. Skipping to next block.

Around line 123:

'=item' outside of any '=over'

Around line 127:

You forgot a '=back' before '=head1'