VideoWidth_PreferredAspectRatio
property, read-only
Delphi
property VideoWidth_PreferredAspectRatio: LongInt read GetVideoWidth_PreferredAspectRatio;
C++Builder
__property System::LongInt VideoWidth_PreferredAspectRatio = {read=GetVideoWidth_PreferredAspectRatio, nodefault};
C#
public int VideoWidth_PreferredAspectRatio { get; }
VB.NET
Public ReadOnly Property VideoWidth_PreferredAspectRatio As Integer
C++/Qt
int GetVideoWidth_PreferredAspectRatio ();
retrieves the preferred display width of the video clip, in pixels. It can be different of the VideoWidth property if the video clip has a display aspect ratio (DAR) different of the source aspect ratio (SAR).