Vcl.MPlayer.TMediaPlayer.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Start: Longint read GetStart;

C++

__property int Start = {read=GetStart, nodefault};

Properties

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

Description

Specifies the starting position within the currently loaded medium.

Start is the beginning of the medium for devices that don't use tracks, or the beginning of the first track for devices that use tracks. Start is defined when a multimedia device is opened with the Open method. Start is specified according to the current time format, which is stored in the TimeFormat property. Start is read-only at runtime and is unavailable at design time.

See Also