Skip to content

ASFVideoWidth

property

Delphi
property ASFVideoWidth: LongInt read GetASFVideoWidth write SetASFVideoWidth  default DEF_ASFVideoQuality;
C++Builder
__property System::LongInt ASFVideoWidth = {read=GetASFVideoWidth, write=SetASFVideoWidth, default=-1};
C#
public int ASFVideoWidth { get; set; }
VB.NET
Public Property ASFVideoWidth As Integer
C++/Qt
int GetASFVideoWidth ();
void SetASFVideoWidth (int Value);

Specifies the video width for the ASF video stream. If the specified value is -1, the default ASF value is used, or the current ASF profile value if an ASF profile is used.