#include <llmediaimplfactory.h>


Public Member Functions | |
| bool | supportsScheme (std::string scheme) |
| bool | supportsMimeType (std::string type) |
| bool | supportsMimeTypeCategory (std::string category) |
Definition at line 62 of file llmediaimplfactory.h.
| bool LLMediaImplMaker::supportsScheme | ( | std::string | scheme | ) | [inline, virtual] |
Implements LLMediaImplMakerBase.
Definition at line 65 of file llmediaimplfactory.h.
References LLMediaImplMakerBase::mSchema.
| bool LLMediaImplMaker::supportsMimeType | ( | std::string | type | ) | [inline, virtual] |
Implements LLMediaImplMakerBase.
Definition at line 70 of file llmediaimplfactory.h.
References LLMediaImplMakerBase::mMimeTypes.
| bool LLMediaImplMaker::supportsMimeTypeCategory | ( | std::string | category | ) | [inline, virtual] |
Implements LLMediaImplMakerBase.
Definition at line 75 of file llmediaimplfactory.h.
References LLMediaImplMakerBase::mMimeTypeCategories.
1.5.5