StreamDescriptor.Description Property

Returns the description of the StreamDescriptor object.

Syntax

ChannelFormat.StreamDescriptor.Description

Example

Set Station1 = NSChannelMgr.Channels(0)
Set Format1 = Station1.ChannelFormats(0)
MsgBox "Describing descriptor description:" _
    Format1.StreamDescriptors.Description

See Also

StreamDescriptors collection object, StreamDescriptor objects, StreamDescriptor.Height, StreamDescriptor.Width, StreamDescriptor.Type

© 1996-1998 Microsoft Corporation. All rights reserved.