RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Frames Property

Specifies the number of frames moved forward or backward.

Pascal
property Frames: Longint;
C++
__property Longint Frames;

Frames specifies the number of frames the Step method steps forward or the Back method steps backward. Frames defaults to ten percent of the length of the currently loaded medium, which is specified by the Length property. 

The definition of a frame varies by multimedia device. For display media, a frame is one still image. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!