Windows Media Services SDK banner art
PreviousNext

StreamDescriptor.Height Property

Returns the height value of the StreamDescriptor object.

Syntax

StationFormat.StreamDescriptors(Index).Height

Remarks

This property returns an error if the description of the stream descriptor is not Video or Image.

Example

Set Station1 = NSChannelMgr.Channels(0)
Set Format1 = Station1.ChannelFormats(0)
MsgBox ("Stream height is:" _
    Format1.StreamDescriptors(0).Height & “.”)

See Also

StreamDescriptors Collection Object, StreamDescriptor ObjectsStreamDescriptor.Width, StreamDescriptor.Type, StreamDescriptor.Description

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.