Vcl.MPlayer.EMCIDeviceError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEMCIDeviceError

Delphi

EMCIDeviceError = class(Exception);

C++

class PASCALIMPLEMENTATION EMCIDeviceError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

EMCIDeviceError is the exception class for devices that provide a Media Control Interface (MCI) driver.

EMCIDeviceError is raised if an error occurs when accessing a multimedia device. The most common cause for the exception is trying to access a multimedia device before it has been opened with the Open method of TMediaPlayer.

See Also