Previous | Next |
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
Previous | Next |