Packagevn.karaokeplayer.lyrics
Interfacepublic interface ISeekable extends flash.display.IBitmapDrawable
SubinterfacesIBlock, ILine



Public Properties
 PropertyDefined by
  begin : Number
[read-only]
ISeekable
  duration : Number
[read-only]
ISeekable
  end : Number
[read-only]
ISeekable
  position : Number
ISeekable
Property detail
beginproperty
begin:Number  [read-only]Implementation
    public function get begin():Number
durationproperty 
duration:Number  [read-only]Implementation
    public function get duration():Number
endproperty 
end:Number  [read-only]Implementation
    public function get end():Number
positionproperty 
position:Number  [read-write]Implementation
    public function get position():Number
    public function set position(value:Number):void