ASFProfile
Delphi
property ASFProfile: LongInt read GetASFProfile write SetASFProfile default DEF_ASFProfile;
C++Builder
__property System::LongInt ASFProfile = {read=GetASFProfile, write=SetASFProfile, default=-1};
C#
public int ASFProfile { get; set; }
VB.NET
Public Property ASFProfile As Integer
C++/Qt
int GetASFProfile ();
void SetASFProfile (int Value);
Index of the current ASF profile in the ASFProfiles list.
Set this value to -1 to disable ASF profiles and use default ASF streaming values.