DVD_REGION
Microsoft DirectShow 9.0 |
DVD_REGION
Identifies the DVD region as reported by the local system components.
Syntax
typedef struct _DVD_REGION { UCHAR CopySystem; UCHAR RegionData; UCHAR SystemRegion; UCHAR Reserved; } DVD_REGION, *PDVD_REGION;
Members
CopySystem
Specifies whether the disk is copy protected.
RegionData
Contains information about the region from the decoder.
SystemRegion
Contains information about region from DVD drive.
Reserved
Reserved.
Remarks
The AM_PROPERTY_DVDCOPY_REGION property uses this structure.
Requirements
Header: Include Dvdmedia.h.
See Also