StreamDescriptor.Height Property

Returns the height value of the StreamDescriptor object.

Syntax

StationFormat.StreamDescriptors(index).Height

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 height is:" _
    Format1.StreamDescriptors(0).Height

See Also

StreamDescriptors collection, StreamDescriptor objectsStreamDescriptor.Width, StreamDescriptor.Type, StreamDescriptor.Description

© 1996-1998 Microsoft Corporation. All rights reserved.