Package | com.adobe.portfolio.previews |
Class | public class PreviewMediaModel |
Inheritance | PreviewMediaModel ![]() ![]() |
Implements | IPreviewMediaModel |
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
See also
Property | Defined By | ||
---|---|---|---|
![]() | mimeType : String | PreviewModel | |
playHeadTime : Number
The play head time (position) in msec (-1 if unknown or not applicable)
| PreviewMediaModel | ||
![]() | source : Object
The source data of a preview. | PreviewModel | |
![]() | thumbnail : Bitmap
A thumbnail of the associated source object. | PreviewModel |
playHeadTime | property |
playHeadTime:Number
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The play head time (position) in msec (-1 if unknown or not applicable)
This property can be used as the source for data binding.
public function get playHeadTime():Number
public function set playHeadTime(value:Number):void