public static final enum

YouTubePlayer.PlayerStyle

extends Enum<YouTubePlayer.PlayerStyle>
java.lang.Object
   ↳ java.lang.Enum<com.google.android.youtube.player.YouTubePlayer.PlayerStyle>
     ↳ com.google.android.youtube.player.YouTubePlayer.PlayerStyle

Class 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
static YouTubePlayer.PlayerStyle valueOf(String name)
final static PlayerStyle[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

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 ()