org.primefaces.component.media.player
Interface MediaPlayer

All Known Implementing Classes:
FlashPlayer, PDFPlayer, QuickTimePlayer, RealPlayer, WindowsPlayer

public interface MediaPlayer


Field Summary
static String FLASH
           
static String PDF
           
static String QUICKTIME
           
static String REAL
           
static String WINDOWS
           
 
Method Summary
 String getClassId()
           
 String getCodebase()
           
 String getSourceParam()
           
 String[] getSupportedTypes()
           
 String getType()
           
 

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
Method Detail

getClassId

String getClassId()

getCodebase

String getCodebase()

getSourceParam

String getSourceParam()

getType

String getType()

getSupportedTypes

String[] getSupportedTypes()


Copyright © 2012. All Rights Reserved.