PlayerTrackBarScale
property, read-only
Delphi
property PlayerTrackBarScale: Double read GetPlayerTrackBarScale;
C++Builder
__property double PlayerTrackBarScale = {read=GetPlayerTrackBarScale};
Scale of the trackbar cursor frequency, when the number of frames of the video clip is greater than 32768 (Delphi and C++Builder versions only). When opening a video clip:
-
if the number of frames of the video clip is lower or equal to 32768, the frequency of the trackbar is set to the number of frames of the video clip, and PlayerTrackBarScale = 1
-
if the number of frames of the video clip is greater than 32768, the frequency of the trackbar is set to 32768, and PlayerTrackBarScale is set to the number of frames / 32768.