Previous | Next |
Returns the width value of the StreamDescriptor object.
Syntax
StationFormat.StreamDescriptors(Index).Width
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 width is: " _
Format1.StreamDescriptors(0).Width & “.”)
See Also
StreamDescriptors Collection Object, StreamDescriptor Objects, StreamDescriptor.Description, StreamDescriptor.Height, StreamDescriptor.Type
Previous | Next |