MediaStreamContainers.Item Property

Returns the MediaStreamContainer at the specified position.
Syntax:
Public Item(Index As Long) As MediaStreamContainer
Parameter Description
Index

Specifies the Index of the MediaStreamContainer to return. The Index must lie in the range [1, MediaStreamContainers.Count ], otherwise an error occurs.

Limitations:

Read only.

See also: MediaStreamContainers, MediaStreamContainers.Count, MediaStreamContainer

<< ICImagingControl.MediaStreamContainers