use decoder ID in media node

This commit is contained in:
itsmattkc
2019-08-08 15:52:53 +10:00
parent f3b60369aa
commit c6dfab4caf
5 changed files with 30 additions and 19 deletions
+5
View File
@@ -82,6 +82,11 @@ public:
*/
virtual QString Description();
/**
* @brief Signals the Node that it won't be used for a while and can deallocate some memory
*/
virtual void Release();
/**
* @brief Return the parameter at a given index
*/