Previous | Next |
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 Objects, StreamDescriptor.Width, StreamDescriptor.Type, StreamDescriptor.Description
Previous | Next |