MediaStreamContainer.Name Property

Returns the name of the MediaStreamContainer.
Syntax:
[C#]
public string Name;
Limitations:

Read only.

Remarks:

The name of a media stream container should not be used for identification purposes. The MediaStreamContainer.ID property can be used to identify the media stream container that is currently in use.

See also: MediaStreamContainer

<< MediaStreamContainer