search

goog.ui.media.MediaModel.Player

Provided By

Constructs a player containing details of the player's URL and optionally its size.

new Player( url, opt_vars, opt_size )

Parameters
urlgoog.html.TrustedResourceUrl

The URL of the player.

opt_vars(Object|null)=

Optional map of arguments to the player.

opt_size(goog.math.Size|null)=

The size of the player if known.

Instance Methods