Interface MediaPlayer
-
- All Known Implementing Classes:
FlashPlayer,PDFPlayer,QuickTimePlayer,RealPlayer,WindowsPlayer
public interface MediaPlayer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassId()StringgetCodebase()StringgetSourceParam()String[]getSupportedTypes()StringgetType()
-
-
-
Field Detail
-
WINDOWS
static final String WINDOWS
- See Also:
- Constant Field Values
-
QUICKTIME
static final String QUICKTIME
- See Also:
- Constant Field Values
-
FLASH
static final String FLASH
- See Also:
- Constant Field Values
-
REAL
static final String REAL
- See Also:
- Constant Field Values
-
PDF
static final String PDF
- See Also:
- Constant Field Values
-
-