|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Player
Annotation for player widgets. It provides basic information about the player widget
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 |
---|
public abstract String name
public abstract Class providerFactory
PlayerProviderFactory
public abstract String minPluginVersion
<major>.<minor>.<revision>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |