Windows Media Services SDK banner art
PreviousNext

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 ("Description of the stream descriptor:" & _
    Format1.StreamDescriptors(0).Description)

See Also

StreamDescriptors Collection Object, StreamDescriptor Objects, StreamDescriptor.Height, StreamDescriptor.Width, StreamDescriptor.Type

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.