ChannelFormat.StreamDescriptors Property

Returns a StreamDescriptors collection object.

Syntax

Station.ChannelFormats(index).StreamDescriptors

Example

Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(0)
' initialize collection of descriptors in first
' format of first station
Set MyDescriptors = MyFormat.StreamDescriptors

Remarks

StreamDescriptor objects are used to contain information about streams, such as the width and height of the size of images or video, and types of media.

See Also

ChannelFormat objects, StreamDescriptor objects

© 1996-1998 Microsoft Corporation. All rights reserved.