Windows Media Services SDK banner art
PreviousNext

ChannelFormat.BitRate Property

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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.