StreamDescriptors.Count Property

Returns the number of StreamDescriptor objects in a StreamDescriptors collection object.

Syntax

StationFormat.StreamDescriptors.Count

Example

Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(0)
MsgBox MyFormat.StreamDescriptors.Count & _
   " descriptors in collection"

See Also

StreamDescriptors collection, StreamDescriptor objects, StreamDescriptors.Item

© 1996-1998 Microsoft Corporation. All rights reserved.