Returns the width value of the StreamDescriptor object.
Syntax
StationFormat.StreamDescriptors(index).Width
Remarks
This property returns an error if the stream descriptor description is not Video or Image.
Example
Set Station1 = NSChannelMgr.Channels(0)
Set Format1 = Station1.ChannelFormats(0)
MsgBox "stream width is:" _
Format1.StreamDescriptors(0).Width
See Also
StreamDescriptors collection, StreamDescriptor objects, StreamDescriptor.Description, StreamDescriptor.Height, StreamDescriptor.Type
© 1996-1998 Microsoft Corporation. All rights reserved.