Skip to content

ASFProfileFromCustomFile

property

Delphi
property ASFProfileFromCustomFile: string read GetASFProfileFromCustomFile write SetASFProfileFromCustomFile;
C++Builder
__property System::UnicodeString ASFProfileFromCustomFile = {read=GetASFProfileFromCustomFile, write=SetASFProfileFromCustomFile};
C#
public string ASFProfileFromCustomFile { get; set; }
VB.NET
Public Property ASFProfileFromCustomFile As String
C++/Qt
wchar_t *GetASFProfileFromCustomFile ();
void SetASFProfileFromCustomFile (wchar_t *Value);

Used to select a file that contains a custom profile (usually a .prx file).

When a file is assigned to this property, the ASFProfile property is ignored and this profile is used instead.

E.g. ASFProfileFromCustomFile = "myprofile.prx"