Windows Media Services SDK banner art
PreviousNext

MaxFileBitRate Property

Returns or sets a Long value specifying the maximum bit rate per file, in bits per second. This value determines the maximum amount of bandwidth that can be consumed by a client.

Syntax

NSUnicastMgr.MaxFileBitRate

Example

NSUnicastMgr.MaxFileBitRate = 3145728
' MaxFileBitRate is set to 3 megabits per second
MsgBox ("Maximum bandwidth is " & NSUnicastMgr.MaxFileBitRate & ".")

See Also

MaxBandWidth, MaxClients

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.