goog.ui.media.MediaModel.SubTitle |
href
: string
The subtitle's URI.
to fetch the subtitle file.
|
lang
: string
An RFC 3066 language.
|
type
: string
The MIME type of the URI.
|
Get the href for the subtitle object.
Returns: string
href The subtitle's URI.
|
code » | ||
Get the lang for the subtitle object.
Returns: string
lang The RFC 3066 language.
|
code » | ||
Get the type for the subtitle object.
Returns: string
type The MIME type.
|
code » | ||
Sets the href for the subtitle object.
Arguments:
Returns: !goog.ui.media.MediaModel.SubTitle
The object itself.
|
code » | ||
Sets the language for the subtitle object.
Arguments:
Returns: !goog.ui.media.MediaModel.SubTitle
The object itself.
|
code » | ||
Sets the type for the subtitle object.
Arguments:
Returns: !goog.ui.media.MediaModel.SubTitle
The object itself.
|
code » |