mx.controls.streamingmedia.config.MediaConfig
This is a singleton class whose static members dictate the configuration of the streaming media configuration UI's.
_fps, _frameFps, cuePointEditor, mode, MS_FPS, resizeListener, SEC_IN_HOUR, SEC_IN_MINUTE, testingstatic public MS_FPSstatic private SEC_IN_MINUTE:Numberstatic private SEC_IN_HOUR:Numberstatic public testing:Booleanstatic public mode:Stringstatic public cuePointEditor:CuePointEditorstatic private _fpsstatic private _frameFps:Numberstatic private resizeListener:Objectstatic public function activateFrameFps():VoidActivate the last numeric frame value.
static public function createStyleSheet(type:String):StringCreate the indicated stylesheet and put it in the global list.
- Parameters
typeThe type of stylesheet. Supported options are "normal", "title", "big", and "input". - Return
- The name of the stylesheet to use for the config ui.
static public function decomposeSeconds(seconds:Number):ArrayConvert a number of seconds into an array of h, m, s, ms values
static public function composeSeconds(h:Number, m:Number, s:Number, ms:Number):NumberConvert hours, minutes, seconds, and ms into seconds.
static public function decomposeSecondsToFrames(seconds:Number, fps:Number):Arraystatic public function composeSecondsFromFrames(h:Number, m:Number, s:Number, f:Number, fps:Number):Number