Set VLDSVideoPlayer.TVLDSPlayerCapabilities
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: VideoLabBasicPkg
Unit: VLDSVideoPlayer
Contents |
Syntax
Delphi:
type TVLDSPlayerCapabilities = set of TVLDSPlayerCapability;
C++ Builder:
typedef Set<TVLDSPlayerCapability, pcCanSeekAbsolute, pcCanDoSegments > TVLDSPlayerCapabilities;
Visual C++ (MFC):
typedef CTSet<CTVLDSPlayerCapability, pcCanSeekAbsolute, pcCanDoSegments > CTVLDSPlayerCapabilities;
Summary
Set of available player capabilities.
Description
Defines a set of available player capabilities.