Vcl.MPlayer.TMediaPlayer.Shareable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Shareable: Boolean read FShareable write FShareable default False;

C++

__property bool Shareable = {read=FShareable, write=FShareable, default=0};

Properties

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

Description

Determines whether more than one application can share a multimedia device.

If Shareable is false, no other components or applications can access the device. If Shareable is true, more than one component or application can access the device. Shareable defaults to false.

Be sure to set Shareable before opening a device.

Some devices are not shareable. If Shareable is set to true for a device that isn't shareable, the Open method fails and the error code is returned to the Error property.

See Also