![]() |
Previous | Next |
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: " & _
MyFormat.BitRate)
See Also
ChannelFormats Collection Object, ChannelFormat Objects, ChannelFormat.PacketSize
Previous | Next |