com.bramosystems.oss.player.core.client.spi
Annotation Type Player


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Player

Annotation for player widgets. It provides basic information about the player widget

Since:
1.3
Author:
Sikirulai Braheem

Required Element Summary
 String minPluginVersion
          The minimum version of the required media plugin
 String name
          The name of the player.
 Class providerFactory
          The PlayerProviderFactory implementation that handles instantiation and media plugin detection for the player
 

Element Detail

name

public abstract String name
The name of the player.

Returns:
the name of the player

providerFactory

public abstract Class providerFactory
The PlayerProviderFactory implementation that handles instantiation and media plugin detection for the player

Returns:
PlayerProviderFactory implementation class
See Also:
PlayerProviderFactory

minPluginVersion

public abstract String minPluginVersion
The minimum version of the required media plugin

Returns:
the minimum plugin version in the format <major>.<minor>.<revision>


Copyright © 2009-2011. All Rights Reserved.