Returns the bit rate of the station format in bits per second.
Syntax
Station.ChannelFormats(index).BitRate
Example
Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(1)
MsgBox "Bit rate of second format of first station's: " & _
MyFormat.ChannelFormats.BitRate
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.