Class VideoAttributes

java.lang.Object
nl.vpro.domain.media.VideoAttributes
All Implemented Interfaces:
Serializable

@Entity public class VideoAttributes extends Object implements Serializable
See Also:
  • Constructor Details

    • VideoAttributes

      public VideoAttributes()
    • VideoAttributes

      public VideoAttributes(Integer horizontalSize, Integer verticalSize)
    • VideoAttributes

      public VideoAttributes(String videoCoding, Integer horizontalSize, Integer verticalSize)
    • VideoAttributes

      public VideoAttributes(VideoAttributes source)
  • Method Details