MediaStreamContainer::create Method

Creates the container specified with the id.
Syntax:
static tMediaStreamContainerPtr create( const GUID& id );
Parameter Description
id

The container id of the container.

Return Value:

Returns 0, when the container could not be found or created, otherwise a reference to the container.

Remarks:

You can either use a GUID of the Standard MediaStreamContainer GUIDs or a GUID of a container object that you retrieved using MediaStreamContainer::getMediaStreamContainerID.

See also: MediaStreamContainer, Standard MediaStreamContainer GUIDs, MediaStreamContainer::getMediaStreamContainerID

<< MediaStreamContainer