Constructs a player containing details of the player's URL and optionally its size.
| Instance Method Summary | |
getSize() ⇒ ?goog.math.SizeGets the size of the player. | |
getUrl() ⇒ stringGets the player url. | |
getVars() ⇒ ?ObjectGets the player arguments. | |
setSize(?goog.math.Size size) ⇒ ?goog.ui.media.MediaModel.PlayerSets the size of the player. | |
setUrl(string url) ⇒ ?goog.ui.media.MediaModel.PlayerSets the player url. | |
setVars(?Object vars) ⇒ ?goog.ui.media.MediaModel.PlayerSets the player arguments. | |