- 4.47.2.6 -
Standard Units
MMedia Unit
TMMedia Object MethodsTMMedia.GetDeviceCaps
Targets: Win32 only
MMedia Unit
Retrieves static information about a device. All devices recognize this command.
Information is returned in the DeviceCaps variable of the TMCIDeviceCaps
structure (see below).
Declaration:
procedure GetDeviceCaps(var DeviceCaps: TMCIDeviceCaps);
Remarks:
TMCIDeviceCaps structure is defined as follows:
TMCIDeviceCaps = record
CanPlay: Boolean;
CanRecord: Boolean;
CanEject: Boolean;
CanSave: Boolean;
CanChangePos: Boolean;
HasVideo: Boolean;
HasAudio: Boolean;
ActiveRect: TRect;
ActiveRectWidth: Longint;
ActiveRectHeight: Longint;
end;
|
|
|
GetDevice |
Table of Content |
GetDeviceID |
- 4.47.2.6 -