| Package | com.apdevblog.ui.video.controls |
| Class | public class VideoTimeLabel |
| Inheritance | VideoTimeLabel flash.display.Sprite |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
See also
| Method | Defined By | ||
|---|---|---|---|
creates a label to display already played/still remaining time. | VideoTimeLabel | ||
update(time:Number):void
updates the video's time played. | VideoTimeLabel | ||
updateMeta(meta:VideoMetadataVo):void
updates video's metadata. | VideoTimeLabel | ||
| Constant | Defined By | ||
|---|---|---|---|
| STATE_COUNT_DOWN : String = stateCountDown [static] | VideoTimeLabel | ||
| STATE_COUNT_UP : String = stateCountUp [static] | VideoTimeLabel | ||
| VideoTimeLabel | () | Constructor |
public function VideoTimeLabel(style:ApdevVideoPlayerDefaultStyle)creates a label to display already played/still remaining time.
Parametersstyle:ApdevVideoPlayerDefaultStyle |
| update | () | method |
public function update(time:Number):voidupdates the video's time played.
Parameters
time:Number — time that the video already played
|
| updateMeta | () | method |
public function updateMeta(meta:VideoMetadataVo):voidupdates video's metadata.
Parameters
meta:VideoMetadataVo — video's metadata
|
| STATE_COUNT_DOWN | Constant |
public static const STATE_COUNT_DOWN:String = stateCountDown| STATE_COUNT_UP | Constant |
public static const STATE_COUNT_UP:String = stateCountUp