Class QuickTimePlayer
- java.lang.Object
-
- org.primefaces.component.media.player.QuickTimePlayer
-
- All Implemented Interfaces:
MediaPlayer
public class QuickTimePlayer extends Object implements MediaPlayer
-
-
Constructor Summary
Constructors Constructor Description QuickTimePlayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassId()
String
getCodebase()
String
getSourceParam()
String[]
getSupportedTypes()
String
getType()
-
-
-
Method Detail
-
getClassId
public String getClassId()
- Specified by:
getClassId
in interfaceMediaPlayer
-
getCodebase
public String getCodebase()
- Specified by:
getCodebase
in interfaceMediaPlayer
-
getSourceParam
public String getSourceParam()
- Specified by:
getSourceParam
in interfaceMediaPlayer
-
getType
public String getType()
- Specified by:
getType
in interfaceMediaPlayer
-
getSupportedTypes
public String[] getSupportedTypes()
- Specified by:
getSupportedTypes
in interfaceMediaPlayer
-
-