Package app.media

Class MediaVideo

All Implemented Interfaces:
Serializable

public class MediaVideo extends MediaAudio
See Also:
  • Constructor Details

    • MediaVideo

      public MediaVideo(String name, double x, double y, double width, double height, byte[] rawData, ArrayList<javafx.util.Duration> timestamps)
      Entity class for storing video

      In terms of data stored this is no different from MediaAudio, but it is distinct for other parts of the code