Previous | Next |
Returns a StreamDescriptors collection object.
Syntax
Station.ChannelFormats(Index).StreamDescriptors
Example
Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(0)
' Initialize collection of descriptors in first
' format of first station
Set MyDescriptors = MyFormat.StreamDescriptors
Remarks
StreamDescriptor objects are used to hold information about streams, such as the width and height of the size of images or video, and types of media.
See Also
ChannelFormat Objects, StreamDescriptor Objects
Previous | Next |