Previous | Next |
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
Previous | Next |