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
, testing
static public MS_FPS
static private SEC_IN_MINUTE:Number
static private SEC_IN_HOUR:Number
static public testing:Boolean
static public mode:String
static public cuePointEditor:CuePointEditor
static private _fps
static private _frameFps:Number
static private resizeListener:Object
static public function activateFrameFps():Void
Activate the last numeric frame value.
static public function createStyleSheet(type:String):String
Create the indicated stylesheet and put it in the global list.
- Parameters
type
The 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):Array
Convert 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):Number
Convert hours, minutes, seconds, and ms into seconds.
static public function decomposeSecondsToFrames(seconds:Number, fps:Number):Array
static public function composeSecondsFromFrames(h:Number, m:Number, s:Number, f:Number, fps:Number):Number