ltmmVCRControl_DeviceType Constants
typedef enum ltmmVCRControl_DeviceType
{
ltmmVCRControl_DeviceType_NotPresent,
ltmmVCRControl_DeviceType_Unknown,
ltmmVCRControl_DeviceType_Camera,
ltmmVCRControl_DeviceType_DVHS,
ltmmVCRControl_DeviceType_VCR,
} ltmmVCRControl_DeviceType;
The ltmmVCRControl_DeviceType constants specify the current device type.
Constant |
Description |
ltmmVCRControl_DeviceType_NotPresent |
No VCR device is connected. |
ltmmVCRControl_DeviceType_Unknown |
Unknown device type. |
ltmmVCRControl_DeviceType_Camera |
Simple camera that can record or pause-record, but lacks full VCR capabilities. |
ltmmVCRControl_DeviceType_DVHS |
Device supports D-VHS format. |
ltmmVCRControl_DeviceType_VCR |
Device has full VCR capabilities. |
See Also