|
std::shared_ptr< AampDrmHelper > | createHelper (const struct DrmInfo &drmInfo, AampLogManager *logObj=NULL) const |
| Build a helper class to support the identified DRM. More...
|
|
void | appendSystemId (std::vector< std::string > &systemIds) const |
| Adds the system IDs supported by the DRM to a vector Used by the GStreamer plugins to advertise the DRM upstream to the pipeline. More...
|
|
bool | isDRM (const struct DrmInfo &drmInfo) const |
| Determines if a helper class provides the identified DRM. More...
|
|
Definition at line 73 of file AampVerimatrixHelper.h.
◆ createHelper()
◆ appendSystemId()
void AampVerimatrixHelperFactory::appendSystemId |
( |
std::vector< std::string > & |
systemIds | ) |
const |
|
privatevirtual |
Adds the system IDs supported by the DRM to a vector Used by the GStreamer plugins to advertise the DRM upstream to the pipeline.
- Parameters
-
systemIds | the vector to use |
Implements AampDrmHelperFactory.
Definition at line 149 of file AampVerimatrixHelper.cpp.
◆ isDRM()
bool AampVerimatrixHelperFactory::isDRM |
( |
const struct DrmInfo & |
drmInfo | ) |
const |
|
privatevirtual |
The documentation for this class was generated from the following files: