public static final enum
YouTubePlayer.PlayerStyle
extends Enum<E extends Enum<E>>
YouTubePlayer.PlayerStyle
extends Enum<E extends Enum<E>>
java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.google.android.youtube.player.YouTubePlayer.PlayerStyle |
Overview
The different styles available for the player.
Summary
Enum values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
YouTubePlayer.PlayerStyle.CHROMELESS |
A style that shows no interactive player controls. | ||||||||||
YouTubePlayer.PlayerStyle.DEFAULT |
The default style, showing all interactive controls. | ||||||||||
YouTubePlayer.PlayerStyle.MINIMAL |
A minimal style, showing only a time bar and play/pause controls. |
Public methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
YouTubePlayer.PlayerStyle |
|||||||||||
PlayerStyle[] |
Inherited methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Enum values
public
static
final
YouTubePlayer.PlayerStyle
CHROMELESS
A style that shows no interactive player controls.
public
static
final
YouTubePlayer.PlayerStyle
DEFAULT
The default style, showing all interactive controls.
public
static
final
YouTubePlayer.PlayerStyle
MINIMAL
A minimal style, showing only a time bar and play/pause controls.
Public methods
public
static
YouTubePlayer.PlayerStyle
valueOf
(String name)
public
static
final
PlayerStyle[]
values
()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-06-11 UTC.