Skip to content
Snippets Groups Projects
Commit 5421633d authored by Philippe Gorley's avatar Philippe Gorley
Browse files

nodejs: add hardware codec signals

Change-Id: I9fe37333bfbd4f089c8d85db9c2b446e4a1a7cbe
Gitlab: #55
parent 754f17df
Branches
No related tags found
No related merge requests found
......@@ -53,6 +53,9 @@ public:
virtual void migrationEnded(const std::string& /*accountId*/, const std::string& /*state*/){}
virtual void deviceRevocationEnded(const std::string& /*accountId*/, const std::string& /*device*/, int /*status*/){}
virtual void hardwareDecodingChanged(bool /*state*/){}
virtual void hardwareEncodingChanged(bool /*state*/){}
};
%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment