Uses of Class
ws.schild.jave.info.VideoSize
-
Packages that use VideoSize Package Description ws.schild.jave.encode ws.schild.jave.filters ws.schild.jave.info -
-
Uses of VideoSize in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as VideoSize Modifier and Type Field Description private VideoSizeVideoAttributes. sizeThe video size for the encoding process.Methods in ws.schild.jave.encode that return types with arguments of type VideoSize Modifier and Type Method Description java.util.Optional<VideoSize>VideoAttributes. getSize()Returns the video size for the encoding process.Methods in ws.schild.jave.encode with parameters of type VideoSize Modifier and Type Method Description VideoAttributesVideoAttributes. setSize(VideoSize size)Sets the video size for the encoding process. -
Uses of VideoSize in ws.schild.jave.filters
Constructors in ws.schild.jave.filters with parameters of type VideoSize Constructor Description ColorFilter(Color c, VideoSize s, java.lang.Double durationSeconds)Simple constructor - make a solid color screen for some amount of time.PadFilter(VideoSize aspectRatio)Uses the pad filter to pad the source image to the same aspect ratio asaspectRatio.ScaleFilter(VideoSize toSize)Scale the video to a particular size and maintain aspect ratio.ScaleFilter(VideoSize toSize, ForceOriginalAspectRatio foar)Scale the video to a particular size and maintain aspect ratio.ZoomPanFilter(java.lang.Integer durationFrames, VideoSize outputSize, java.lang.String zoomExpression, java.lang.String xExpression, java.lang.String yExpression)A simple usage of the zoompan filter.ZoomPanFilter(java.lang.Integer durationFrames, VideoSize inputSize, VideoSize outputSize)A "top to bottom" zoom and pan of an image/video using the zoompan filter. -
Uses of VideoSize in ws.schild.jave.info
Fields in ws.schild.jave.info declared as VideoSize Modifier and Type Field Description static VideoSizeVideoSize. cgastatic VideoSizeVideoSize. cifstatic VideoSizeVideoSize. egastatic VideoSizeVideoSize. filmstatic VideoSizeVideoSize. FOUR_cifstatic VideoSizeVideoSize. FOURkstatic VideoSizeVideoSize. FOURkdcistatic VideoSizeVideoSize. FOURkflatstatic VideoSizeVideoSize. FOURkscopestatic VideoSizeVideoSize. fwqvgastatic VideoSizeVideoSize. hd1080static VideoSizeVideoSize. hd480static VideoSizeVideoSize. hd720static VideoSizeVideoSize. hqvgastatic VideoSizeVideoSize. hsxgastatic VideoSizeVideoSize. hvgastatic VideoSizeVideoSize. nhdstatic VideoSizeVideoSize. ntscstatic VideoSizeVideoSize. ntsc_filmstatic VideoSizeVideoSize. palstatic VideoSizeVideoSize. qcifstatic VideoSizeVideoSize. qhdstatic VideoSizeVideoSize. qntscstatic VideoSizeVideoSize. qpalstatic VideoSizeVideoSize. qqvgastatic VideoSizeVideoSize. qsxgastatic VideoSizeVideoSize. qvgastatic VideoSizeVideoSize. qxgastatic VideoSizeVideoSize. SIXTEEN_cifprivate VideoSizeVideoInfo. sizeThe video size.static VideoSizeVideoSize. sntscstatic VideoSizeVideoSize. spalstatic VideoSizeVideoSize. sqcifstatic VideoSizeVideoSize. svgastatic VideoSizeVideoSize. sxgastatic VideoSizeVideoSize. TWOkstatic VideoSizeVideoSize. TWOkdcistatic VideoSizeVideoSize. TWOkflatstatic VideoSizeVideoSize. TWOkscopestatic VideoSizeVideoSize. uhd2160static VideoSizeVideoSize. uhd4320static VideoSizeVideoSize. uxgastatic VideoSizeVideoSize. vgastatic VideoSizeVideoSize. whsxgastatic VideoSizeVideoSize. whuxgastatic VideoSizeVideoSize. woxgastatic VideoSizeVideoSize. wqsxgastatic VideoSizeVideoSize. wquxgastatic VideoSizeVideoSize. wqvgastatic VideoSizeVideoSize. wsxgastatic VideoSizeVideoSize. wuxgastatic VideoSizeVideoSize. wvgastatic VideoSizeVideoSize. wxgastatic VideoSizeVideoSize. xgaMethods in ws.schild.jave.info that return VideoSize Modifier and Type Method Description VideoSizeVideoInfo. getSize()Returns the video size.Methods in ws.schild.jave.info with parameters of type VideoSize Modifier and Type Method Description VideoInfoVideoInfo. setSize(VideoSize size)Sets the video size.
-