Property VLDVDPlayer.TVLDVDPlayer.CanIgnoreOutputs

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.

Class: TVLDVDPlayer

Contents

Syntax

Delphi:

property CanIgnoreOutputs : Boolean read FCanIgnoreOutputs write FCanIgnoreOutputs default True;

C++ Builder:

__property bool CanIgnoreOutputs = { read=FCanIgnoreOutputs, write=FCanIgnoreOutputs, default=True };

Summary

Specifies if the video and audio output pins can be ignored.

Description

Use this property to specify if the video and audio output pins can be ignored.

Protected DVDs don't allow the images to be captured. If the pins are connected the component will attempt to capture the frames and if the DVD is protected will fail.

By setting this property to True the component is instructed to continue to work even if the frames can't be obtained and sent to the output pins. In this case the video can be seen on the VideoPreview window.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox