Vcl.MPlayer.TMediaPlayer.Frames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frames: Longint read FFrames write FFrames;

C++

__property int Frames = {read=FFrames, write=FFrames, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Specifies the number of frames moved forward or backward.

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.

See Also