MediaStreamContainer.Name Property

Returns the name of the MediaStreamContainer.
Syntax:
Public Name As String
Limitations:

Read only.

Remarks:

The name of a media stream container should not be used for identification purposes. Use the MediaStreamContainer.ID property to remember, which media stream container is currently being used. This will ensure that your code remains independent of the actual device name.

See also: MediaStreamContainer

<< MediaStreamContainer