Windows Media Services SDK banner art
PreviousNext

ChannelFormat.PacketSize Property

Returns the packet size of the station format.

Syntax

Station.ChannelFormats(Index).PacketSize

Example

Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(1)
MsgBox ("Packet size of second format of first station: " & _ 
    MyFormat.PacketSize)

See Also

ChannelFormats Collection Object, ChannelFormat Objects, ChannelFormat.BitRate

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.