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
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
Description
 |
constructor Create(AOwner: TComponent); override; |
constructor method.
 |
destructor Destroy; override; |
destructor method.
Properties
Overview
Description
 |
property FilterGraph: TFilterGraph; |
Select the filtergraph to seek.
 |
property OnTimer: TTimerEvent; |
OnTimer event, you can retrieve the current and stop positions here.
 |
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