The MediaServer_OnAdminFileBitRateLimit event is fired when a title's bandwidth (MaxTitleBitRate) has been changed.
Syntax
MediaServer_OnAdminFileBitRateLimit(datetime, status, ipaddress, maxFileBitRate)
Parameters
datetime
A Date value specifying the GMT when the event was fired.
status
A Long value specifying the result passed back to the method that triggered this event.
ipaddress
A String value specifying the administrator's IP Address.
maxFileBitRate
A Long value specifying the maximum bandwidth in bits per second of a title. The value corresponds to that obtainable from the MaxTitleBitRate property.
Remarks
Reserved for future use.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.