Vcl.MPlayer.TMediaPlayer.DeviceID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeviceID: Word read GetDeviceID;

C++

__property System::Word DeviceID = {read=GetDeviceID, nodefault};

Properties

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

Description

Specifies the device ID for the currently open multimedia device.

The value of DeviceID is determined when a device is opened with the Open method. If no device is open, DeviceID is 0.

See Also