Class TDSTrackBar

Unit

DSPack

Declaration

type TDSTrackBar = class(, )

Description

This control implement a seek bar for a media-player application. The seek bar is implemented as a TTrackbar control.

Methods

Overview

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Description

Public constructor Create(AOwner: TComponent); override;

constructor method.

Public destructor Destroy; override;

destructor method.

Properties

Overview

Private property FilterGraph: TFilterGraph;
Private property OnTimer: TTimerEvent;
Private property TimerInterval: Cardinal;

Description

Private property FilterGraph: TFilterGraph;

Select the filtergraph to seek.

Private property OnTimer: TTimerEvent;

OnTimer event, you can retrieve the current and stop positions here.

Private property TimerInterval: Cardinal;

Select the time interval in miliseconds. default = 1000 mls.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07