Interface MediaSegmentSPI
- All Known Implementing Classes:
MediaSegmentImpl
public interface MediaSegmentSPI
-
Method Summary
Modifier and TypeMethodDescriptionfloatGet the end valuefloatGet the start valueGet the unit type.voidsetEndValue(float end) Set the end valuevoidsetStartValue(float start) Set the start valuevoidsetUnitType(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
-
setUnitType
-