Package ca.phon.session.spi
Interface MediaSegmentSPI
- All Known Implementing Classes:
MediaSegmentImpl
public interface MediaSegmentSPI
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Get the end valuefloat
Get the start valueGet the unit type.void
setEndValue
(float end) Set the end valuevoid
setStartValue
(float start) Set the start valuevoid
setUnitType
(MediaUnit type) Set the unit type
-
Method Details
-
getStartValue
float getStartValue()Get the start value- Returns:
- float
-
setStartValue
void setStartValue(float start) Set the start value- Parameters:
start
-
-
getEndValue
float getEndValue()Get the end value- Returns:
- float
-
setEndValue
void setEndValue(float end) Set the end value- Parameters:
end
-
-
getUnitType
MediaUnit getUnitType()Get the unit type.- Returns:
- MediaUnitType
-
setUnitType
Set the unit type- Parameters:
type
-
-