Enum VLDVDPlayer.TVLDVDError

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabPkg

Unit: VLDVDPlayer

Contents

Syntax

Delphi:

type TVLDVDError = (deUnexpected, deCopyProtectFail, deInvalidDVD1_0Disc, deInvalidDiscRegion, deLowParentalLevel, deMacrovisionFail, deIncompatibleSystemAndDecoderRegions, deIncompatibleDiscAndDecoderRegions);

C++ Builder:

enum TVLDVDError {deUnexpected, deCopyProtectFail, deInvalidDVD1_0Disc, deInvalidDiscRegion, deLowParentalLevel, deMacrovisionFail, deIncompatibleSystemAndDecoderRegions, deIncompatibleDiscAndDecoderRegions};

Visual C++ (MFC):

enum CTVLDVDError {deUnexpected, deCopyProtectFail, deInvalidDVD1_0Disc, deInvalidDiscRegion, deLowParentalLevel, deMacrovisionFail, deIncompatibleSystemAndDecoderRegions, deIncompatibleDiscAndDecoderRegions};

Summary

Specifies DVD error conditions.

Description

Defines enumeration for the DVD error conditions.

Values

deUnexpected Something unexpected happened.
deCopyProtectFail Key exchange for DVD copy protection failed.
deInvalidDVD1_0Disc DVD-Video disc is authored incorrectly.
deInvalidDiscRegion The disc cannot be played because it is not authored to play in the system region.
deLowParentalLevel Player parental level is lower than the lowest parental level available in the DVD content.
deMacrovisionFail Analog copy protection distribution failed.
deIncompatibleSystemAndDecoderRegions No discs can be played because the system region does not match the decoder region.
deIncompatibleDiscAndDecoderRegions The disc cannot be played because the disc is not authored to be played in the decoder's region.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox