A reference to the subtitle URI for a media object. Implements the 'media.subTitle' in the rss spec.
| Instance Method Summary | |
getHref() ⇒ stringGet the href for the subtitle object. | |
getLang() ⇒ stringGet the lang for the subtitle object. | |
getType() ⇒ stringGet the type for the subtitle object. | |
setHref(string href) ⇒ ?goog.ui.media.MediaModel.SubTitleSets the href for the subtitle object. | |
setLang(string lang) ⇒ ?goog.ui.media.MediaModel.SubTitleSets the language for the subtitle object. | |
setType(string type) ⇒ ?goog.ui.media.MediaModel.SubTitleSets the type for the subtitle object. | |