LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia File Formats > Multimedia Format and Media Constants > ltmmVCRControl Enumeration Constants > ltmmVCRControl_MediaType Constants |
DV stands for Digital Video and has been defined in "Specification of Consumer-use Digital VCRs" (aka the Blue Book).
typedef enum ltmmVCRControl_MediaType
{
ltmmVCRControl_MediaType_NotPresent,
ltmmVCRControl_MediaType_Unknown,
ltmmVCRControl_MediaType_VHS,
ltmmVCRControl_MediaType_DVC,
} ltmmVCRControl_MediaType;
The ltmmVCRControl_MediaType constants specify the media format of this device.
Constant |
Description |
ltmmVCRControl_MediaType_NotPresent |
The device is empty. |
ltmmVCRControl_MediaType_Unknown |
Unknown type. |
ltmmVCRControl_MediaType_VHS |
VHS tape. |
ltmmVCRControl_MediaType_DVC |
DV tape. |
See Also
IltmmVCRControl::get_MediaType