|
MIP SDK — C++ 1.18
API Reference Documentation for C++
|
An action class that specifies adding watermark. More...
#include <mip/upe/add_dynamic_watermark_action.h>
Public Member Functions | |
| virtual const std::shared_ptr< const DynamicWatermark > & | GetDynamicWatermark () const =0 |
| Returns the dynamic watermark associated with this action request. | |
Public Member Functions inherited from Action | |
| virtual ActionType | GetType () const =0 |
| Get the type of Action. | |
| virtual | ~Action () |
| virtual void | Link () |
| virtual const std::string & | GetId () const |
| virtual bool | operator== (const Action &action) const |
Additional Inherited Members | |
Protected Member Functions inherited from Action | |
| virtual bool | IsEqual (const Action &action) const =0 |
| Action () | |
| Action (const std::string &id) | |
An action class that specifies adding watermark.
|
pure virtual |
Returns the dynamic watermark associated with this action request.