C++ API Reference
|
Defines additional info about why the node disables Cached Playback. More...
#include <MNodeCacheDisablingInfo.h>
Public Member Functions | |
void | setCacheDisabled (bool disabled) |
Sets if the cache should be disabled because of this node. More... | |
bool | getCacheDisabled () const |
Gets if the cache should be disabled because of this node. More... | |
void | setReason (const MString &reason) |
Sets the reason for disabling Cached Playback. More... | |
void | setMitigation (const MString &mitigation) |
Sets the mitigation to fix the reason for disabling Cached Playback. More... | |
void | reset () |
Resets the disabling info to an enabled state. More... | |
Defines additional info about why the node disables Cached Playback.
void setCacheDisabled | ( | bool | disabled | ) |
Sets if the cache should be disabled because of this node.
[in] | disabled | True if Cached Playback should be disabled, false otherwise. |
bool getCacheDisabled | ( | ) | const |
Gets if the cache should be disabled because of this node.
void setReason | ( | const MString & | reason | ) |
Sets the reason for disabling Cached Playback.
This method also sets that Cached Playback should be disabled.
[in] | reason | The reason for disabling Cached Playback. |
void setMitigation | ( | const MString & | mitigation | ) |
Sets the mitigation to fix the reason for disabling Cached Playback.
This method also sets that Cached Playback should be disabled.
[in] | mitigation | The mitigation to fix the reason for disabling Cached Playback. |
void reset | ( | ) |
Resets the disabling info to an enabled state.
This method sets the "cache disabled" flag to false and clears the reason and mitigation strings.