CuePoint
| Kind of class: | class |
|---|---|
| Inherits from: | MovieClip |
| Classpath: | mx.controls.streamingmedia.config.CuePoint |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
Summary
Constructor
Class properties
- MS_FPS : Number
Instance properties
- name : String
- row : Number
- seconds : Number
- _row : Number
- _nameTextField : TextField
- _hoursTextField : TextField
- _minutesTextField : TextField
- _secondsTextField : TextField
- _msTextField : TextField
- _frameTextField : TextField
- delimiterTextField : TextField
- priorFps : Number
- Prior FPS value; -1 for ms
Instance methods
- toString : String
- init : Void
- updateData : Void
- Push the data presented by this control up to the central repository.
- updateDisplay : Void
- showMs : Void
- Show the cue point position in ms.
- showFrame : Void
- Show the cue point position in frames.
- wasUsingMs : Boolean
- setUsingMs : Void
Constructor
CuePoint
function CuePoint (
)
Class properties
MS_FPS
static private MS_FPS:Number = -1
(read)
Instance properties
_frameTextField
private _frameTextField:TextField
(read)
_hoursTextField
private _hoursTextField:TextField
(read)
_minutesTextField
private _minutesTextField:TextField
(read)
_msTextField
private _msTextField:TextField
(read)
_nameTextField
private _nameTextField:TextField
(read)
_row
private _row:Number
(read)
_secondsTextField
private _secondsTextField:TextField
(read)
delimiterTextField
private delimiterTextField:TextField
(read)
name
name:String
(read)
priorFps
private priorFps:Number
(read)
Prior FPS value; -1 for ms
row
row:Number
(read)
seconds
seconds:Number
(read)
Instance methods
init
private function init (
) : Void
setUsingMs
private function setUsingMs (
) : Void
showFrame
function showFrame (
) : Void
Show the cue point position in frames. If it was previously displayed in
ms, then we need to convert the value from ms to frames. Otherwise,
we need to convert to a new fps value.
ms, then we need to convert the value from ms to frames. Otherwise,
we need to convert to a new fps value.
showMs
function showMs (
) : Void
Show the cue point position in ms. If it was previously displayed in
frames, then we need to convert the value. Otherwise, do nothing.
frames, then we need to convert the value. Otherwise, do nothing.
toString
function toString (
) : String
updateData
function updateData (
) : Void
Push the data presented by this control up to the central repository.
updateDisplay
function updateDisplay (
) : Void
wasUsingMs
private function wasUsingMs (
) : Boolean