ASFNetworkMaxUsers
Delphi
property ASFNetworkMaxUsers: LongInt read GetASFNetworkMaxUsers write SetASFNetworkMaxUsers default DEF_ASFNetworkMaxUsers;
C++Builder
__property System::LongInt ASFNetworkMaxUsers = {read=GetASFNetworkMaxUsers, write=SetASFNetworkMaxUsers, default=5};
C#
public int ASFNetworkMaxUsers { get; set; }
VB.NET
Public Property ASFNetworkMaxUsers As Integer
C++/Qt
int GetASFNetworkMaxUsers ();
void SetASFNetworkMaxUsers (int Value);
Specifies the maximum number of users for direct network streaming.
Remarks
Used to specify the maximum number of users that can connect to the current platform when network streaming is enabled by NetworkStreaming = ns_ASFDirectNetworkStreaming