MediaStreamContainer::getMediaStreamContainerID Method |
||
Returns the unique container type ID, which you can use to create the container without referring to the description string. | ||
Syntax: | GUID getMediaStreamContainerID() const; |
|
Return Value: | A GUID identifying this type of media stream container. |
|
Remarks: | You can use this GUID to save which media stream container was used in your application and re-create the container with the ID using MediaStreamSink::create when needed. |
|
See also: | MediaStreamSink, MediaStreamSink::create |