Skip to content

ASFVideoHeight

property

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

Specifies the video height 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.