org.jtheque.movies.views.impl.panel.players
Interface IMoviePlayer

All Known Implementing Classes:
VLCPlayer, WMPPlayer

public interface IMoviePlayer

A movie player specification.

Author:
Baptiste Wicht

Method Summary
 JComponent getComponent()
          Return the swing component of the player.
 void load(File f)
          Load the specified file.
 void stop()
          Stop the play.
 

Method Detail

stop

void stop()
Stop the play.


load

void load(File f)
Load the specified file.

Parameters:
f - The movie file.

getComponent

JComponent getComponent()
Return the swing component of the player.

Returns:
The swing component of the player.


Copyright © 2010 JTheque. All Rights Reserved.