Uses of Class
com.attribyte.parser.model.Video
Packages that use Video
-
Uses of Video in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type VideoModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Video> Page.metaVideosAll videos found in the metadata of the document.Entry.primaryVideoThe optional primary video.final com.google.common.collect.ImmutableList<Video> Video.variantsVariants of this video.final com.google.common.collect.ImmutableList<Video> Entry.videosThe immutable list of videos.final com.google.common.collect.ImmutableList<Video> Page.videosAll videos found in the document.Methods in com.attribyte.parser.model that return VideoModifier and TypeMethodDescriptionVideo.Builder.build()Builds an immutable video.Entry.Builder.getPrimaryVideo()Gets the primary video.Video.withNewLink(String link) Creates a copy of this video with a new link.Video.withNewLink(String link, String mediaType) Creates a copy of this video with a new link and media type.Video.withNewLink(String link, String mediaType, int bitrate) Creates a copy of this video with a new link, media type and bitreate.Video.withVariants(Collection<Video> variants) Creates a copy of this video with variants.Methods in com.attribyte.parser.model that return types with arguments of type VideoModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Video> Video.Builder.getVariants()Gets the variants.com.google.common.collect.ImmutableList<Video> Entry.Builder.getVideos()Gets an immutable list of videos.Methods in com.attribyte.parser.model with parameters of type VideoModifier and TypeMethodDescriptionVideo.Builder.addVariant(Video variant) Adds a variant.Adds a video.static Video.BuilderCreates a builder from an existing video.Entry.Builder.setPrimaryVideo(Video primaryVideo) Sets the primary video.Method parameters in com.attribyte.parser.model with type arguments of type VideoModifier and TypeMethodDescriptionVideo.Builder.setVariants(Collection<Video> variants) Sets/replaces all the variants.Sets the list of videos.Video.withVariants(Collection<Video> variants) Creates a copy of this video with variants. -
Uses of Video in com.attribyte.parser.page
Methods in com.attribyte.parser.page that return types with arguments of type VideoMethod parameters in com.attribyte.parser.page with type arguments of type Video