Uses of Class
com.attribyte.parser.model.Video.Builder
Packages that use Video.Builder
-
Uses of Video.Builder in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return Video.BuilderModifier and TypeMethodDescriptionVideo.Builder.addVariant(Video variant) Adds a variant.static Video.BuilderCreates a builder from an existing video.static Video.BuilderCreates a builder.Video.Builder.setAltText(String altText) Sets the alternate text.Sets the aspect.Video.Builder.setBitrate(int bitrate) Sets the bitrate.Video.Builder.setDurationMillis(long durationMillis) Sets the duration in milliseconds.Video.Builder.setHeight(int height) Sets the height.Sets the id.Sets the image.Video.Builder.setMediaType(String mediaType) Sets the type.Sets the title.Video.Builder.setVariants(Collection<Video> variants) Sets/replaces all the variants.Video.Builder.setWidth(int width) Sets the width.