Windows Media Services SDK banner art
PreviousNext

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 Object, StreamDescriptor Objects, StreamDescriptors.Item

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.