/**@class android.media.TimedText.HyperText
@extends java.lang.Object

 Helper class to hold the hyper text information.
 The member variables in this class are read-only.
 {@hide}
*/
var HyperText = {

/** The offset of the start character
*/
startChar : "null",
/** The offset of the end character
*/
endChar : "null",
/** The linked-to URL
*/
URL : "null",
/** The "alt" string for user display
*/
altString : "null",

};