Interface SmilMediaParam
-
- All Superinterfaces:
SmilObject
public interface SmilMediaParam extends SmilObject
Represent SMIL param element (inside media elements).
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_NAME_TRACKstatic StringPARAM_NAME_TRACK_FLAVORstatic StringPARAM_NAME_TRACK_IDstatic StringPARAM_NAME_TRACK_SRC
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns param name.StringgetValue()Returns param value.-
Methods inherited from interface org.opencastproject.smil.entity.api.SmilObject
getId
-
-
-
-
Field Detail
-
PARAM_NAME_TRACK_ID
static final String PARAM_NAME_TRACK_ID
- See Also:
- Constant Field Values
-
PARAM_NAME_TRACK_FLAVOR
static final String PARAM_NAME_TRACK_FLAVOR
- See Also:
- Constant Field Values
-
PARAM_NAME_TRACK_SRC
static final String PARAM_NAME_TRACK_SRC
- See Also:
- Constant Field Values
-
PARAM_NAME_TRACK
static final String PARAM_NAME_TRACK
- See Also:
- Constant Field Values
-
-