MediaStreamContainer::getDescription Method |
||
| This method returns the string representation of this container type. | ||
| Syntax: | std::string getDescription() const; std::wstring getDescriptionW() const; |
|
| Return Value: | A text describing this MediaStreamContainer |
|
| Remarks: | The text returned by this method should only be used to display its name to the user of the application program. To save a selected MediaStreamContainer, you should rather refer to the the GUID returned by MediaStreamContainer::getMediaStreamContainerID. |
|
| See also: | MediaStreamContainer, MediaStreamContainer::toString, MediaStreamContainer::getMediaStreamContainerID | |