Property | Defined By | ||
---|---|---|---|
m_platformString : String | VideoBoxInfo | ||
STATE_LOADING : String = loading [static] | VideoBoxInfo | ||
STATE_NONE : String = stateNone [static] | VideoBoxInfo | ||
STATE_SKIPPABLE : String = skippable [static] | VideoBoxInfo |
Method | Defined By | ||
---|---|---|---|
VideoBoxInfo(_arg_1:Object) | VideoBoxInfo | ||
setData(_arg_1:Object):void | VideoBoxInfo | ||
setInfoState(_arg_1:String, _arg_2:Boolean = false):void | VideoBoxInfo | ||
setLoadProgress(_arg_1:Number):void | VideoBoxInfo | ||
startIndicatorAnim():void | VideoBoxInfo | ||
stopIndicatorAnim():void | VideoBoxInfo |
m_platformString | property |
public var m_platformString:String
STATE_LOADING | property |
public static var STATE_LOADING:String = loading
STATE_NONE | property |
public static var STATE_NONE:String = stateNone
STATE_SKIPPABLE | property |
public static var STATE_SKIPPABLE:String = skippable
VideoBoxInfo | () | Constructor |
public function VideoBoxInfo(_arg_1:Object)
_arg_1:Object |
setData | () | method |
public function setData(_arg_1:Object):void
Parameters
_arg_1:Object |
setInfoState | () | method |
public function setInfoState(_arg_1:String, _arg_2:Boolean = false):void
Parameters
_arg_1:String | |
_arg_2:Boolean (default = false )
|
setLoadProgress | () | method |
public function setLoadProgress(_arg_1:Number):void
Parameters
_arg_1:Number |
startIndicatorAnim | () | method |
public function startIndicatorAnim():void
stopIndicatorAnim | () | method |
public function stopIndicatorAnim():void