PlayerDVSize
Deprecated
Kept for backward compatibility only.
Delphi
property PlayerDVSize: TDVSize read GetPlayerDVSize write SetPlayerDVSize default DEF_PlayerDVSize;
C++Builder
__property TDVSize PlayerDVSize = {read=GetPlayerDVSize, write=SetPlayerDVSize, default=0};
C#
public TDVSize PlayerDVSize { get; set; }
VB.NET
Public Property PlayerDVSize As TDVSize
C++/Qt
TDVSize GetPlayerDVSize ();
void SetPlayerDVSize (TDVSize Value);
Used to specify the video size when playing back DV-encoded video clips.
The value is a TDVSize type.