Class VLDVDPlayer.TVLDVDVideo
From Mitov Wiki Doc
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
Inherits: TVLDVDBasicItem
Contents |
Syntax
Delphi:
type TVLDVDVideo = class( TVLDVDBasicItem )
C++ Builder:
class TVLDVDVideo : public TVLDVDBasicItem
Visual C++ (MFC):
class CTVLDVDVideo : public CTVLDVDBasicItem
C# (.NET):
public ref class DVDVideo : Mitov.VideoLab.DVDBasicItem
Summary
DVD video parameters class.
Description
Defines DVD video parameters class.
Properties
Published
- PreferredDisplayMode - Specifies the preferred display mode settings.
- Angle - Specifies the DVD angle settings.
Public
- AspectY - Returns the video stream's Y aspect (3 or 9).
- AspectX - Returns the video stream's X aspect (4 or 16).
- Height - Returns the Height of the video frames in pixels.
- Width - Returns the Width of the video frames in pixels.
- CountAngles - Returns the number of available angles in the current angle block.
Events
- OnRateChange - On rate change in the playback.