Previous | Next |
Returns or sets a Long value specifying the maximum aggregate bandwidth for the server, in bits per second.
Syntax
NSUnicastMgr.MaxBandWidth
Remarks
The maximum value for MaxBandWidth is 4 gigabits per second. In Windows Media Administrator, you can set the MaxBandwidth property of the server to a specific value without first changing MaxFileBitrate property to a value less than that of MaxBandwidth. However, before programmatically setting MaxBandwidth, you must set MaxFileBitrate to a value that is less than MaxBandwidth.
Example
NSUnicastMgr.MaxBandwidth = 104857600
' Bandwidth is set to 100 megabits per second
MsgBox ("Maximum aggregate bandwidth is " & NSUnicastMgr.MaxBandwidth & ".")
See Also
Previous | Next |