Uses of Class
org.dwcj.addons.youtube.Youtube
-
Uses of Youtube in org.dwcj.addons.youtube
Methods in org.dwcj.addons.youtube that return YoutubeModifier and TypeMethodDescriptionYoutube.addClassName(String className) Youtube.removeAttribute(String attribute) Youtube.removeClassName(String className) Youtube.removeStyle(String property) Youtube.setAttribute(String attribute, String value) Youtube.setAutoPlay(Boolean autoplay) Enable or disable the autoplay.Youtube.setCaption(Boolean showCaption) When enabled causes closed captions to be shown by default, even if the user has turned captions off.Youtube.setCaptionLanguage(String language) Specifies the default language that the player will use to display captions.Youtube.setControls(Boolean controls) Show or hide the player controls.Youtube.setDisableKeyboard(Boolean disableKeyboard) Enable or disable the keyboard controls.Youtube.setEnd(int end) Specifies the time, measured in seconds from the start of the video, when the player should stop playing the video.Youtube.setFullScreenButton(Boolean fullScreen) Enable or disable the fullscreen button.Youtube.setLanguage(String language) Sets the player's interface language.The list option, in conjunction with thesetListType(ListType)option, identifies the content that will load in the player.Youtube.setListType(Youtube.ListType listType) The listType option, in conjunction with thelistoption, identifies the content that will load in the player.Automatically play the video again and again.Youtube.setModestBranding(Boolean modestBranding) A Boolean value that indicates whether the YouTube player does not show a YouTube logo.Set the mute property.Youtube.setPlaylist(String playlist) Specifies a comma-separated list of video IDs to play.Youtube.setPlaysInline(Boolean playsinline) Controls whether videos play inline or fullscreen on iOS.Youtube.setShowAnnotations(Boolean showAnnotations) Enable or disable the video annotations.Youtube.setStart(int start) Set the start time.Youtube.setVideoId(String id) Specifies the ID of the YouTube video to be played.