RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EMCIDeviceError Class

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

Pascal
EMCIDeviceError = class(Exception);
C++
class EMCIDeviceError : public Exception;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!