Property | Defined By | ||
---|---|---|---|
tt : Namespace | TimedTextParser | ||
ttm : Namespace | TimedTextParser | ||
tts : Namespace | TimedTextParser |
Constant | Defined By | ||
---|---|---|---|
VERSION : String = 0.5.52 [static] | TimedTextParser |
tt | property |
public var tt:Namespace
ttm | property |
public var ttm:Namespace
tts | property |
public var tts:Namespace
getValueFromSet | () | method |
karplayer_internal function getValueFromSet(value:Object, valueSet:Array):Object
get value from set of predefined value. for e.g: style must match one of "b", "m" or "f"
Parameters
value:Object | |
valueSet:Array |
Object — value if value is in set; else return default value (first one)
|
parseSongHead | () | method |
karplayer_internal function parseSongHead(head:XML, songInfo:SongInfo):void
Parameters
head:XML | |
songInfo:SongInfo |
parseSongLyrics | () | method |
karplayer_internal function parseSongLyrics(body:XML, songInfo:SongInfo):void
Parameters
body:XML | |
songInfo:SongInfo |
parseTimeAttribute | () | method |
karplayer_internal function parseTimeAttribute(parentNode:XML, attr:String, req:Boolean):Number
Modified from FLVPlayBackCaptioning's TimedTextManager
Parameters
parentNode:XML | |
attr:String | |
req:Boolean |
Number — |
parseXML | () | method |
VERSION | Constant |
public static const VERSION:String = 0.5.52