|
@@ -334,8 +334,8 @@ Type
|
|
Property VideoPosition ;
|
|
Property VideoPosition ;
|
|
Property VideoFractionalPosition ;
|
|
Property VideoFractionalPosition ;
|
|
Property VideoFramesPerSecond;
|
|
Property VideoFramesPerSecond;
|
|
- Property VideoScale : Double;
|
|
|
|
- Property AspectRatio : String;
|
|
|
|
|
|
+ Property VideoScale;
|
|
|
|
+ Property AspectRatio;
|
|
Published
|
|
Published
|
|
Property AudioDelay ;
|
|
Property AudioDelay ;
|
|
Property AudioVolume ;
|
|
Property AudioVolume ;
|
|
@@ -403,7 +403,7 @@ Type
|
|
|
|
|
|
TVLCMediaListPlayer = Class(TCustomVLCMediaListPlayer)
|
|
TVLCMediaListPlayer = Class(TCustomVLCMediaListPlayer)
|
|
Public
|
|
Public
|
|
- Property VLC : TVLCLibrary;
|
|
|
|
|
|
+ Property VLC;
|
|
Published
|
|
Published
|
|
Property Player;
|
|
Property Player;
|
|
Property PlayMode;
|
|
Property PlayMode;
|