Vcl.MPlayer.TMediaPlayer.Tracks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tracks: Longint read GetTracks;

C++

__property int Tracks = {read=GetTracks, nodefault};

Properties

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

Description

Specifies the number of playable tracks on the open multimedia device.

Tracks indicates how many of playable tracks are available on the open multimedia device.

Tracks is undefined for devices that don't use tracks.

See Also