Package app.media
Class MediaVideo
java.lang.Object
app.media.Media
app.media.FileMedia
app.media.MediaAudio
app.media.MediaVideo
- All Implemented Interfaces:
Serializable
- See Also:
-
Property Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMediaVideo
(String name, double x, double y, double width, double height, byte[] rawData, ArrayList<javafx.util.Duration> timestamps) Entity class for storing video -
Method Summary
Methods inherited from class app.media.MediaAudio
getTimestamps
Methods inherited from class app.media.FileMedia
getRawData, setRawData
Methods inherited from class app.media.Media
angleProperty, getAngle, getHeight, getID, getName, getTags, getWidth, getX, getY, getZindex, heightProperty, isWithin, nameProperty, setAngle, setHeight, setID, setName, setTags, setWidth, setX, setY, setZindex, toString, widthProperty, xProperty, yProperty, zIndexProperty
-
Constructor Details