We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01e09a commit 13a6872Copy full SHA for 13a6872
src/AvTranscoder/codedStream/AvInputStream.hpp
@@ -32,6 +32,7 @@ class AvExport AvInputStream : public IInputStream
32
//@{
33
/**
34
* @brief Functions about buffering
35
+ * @see IInputStream methods
36
*/
37
void activate( const bool activate = true ){ _isActivated = activate; };
38
bool isActivated() const { return _isActivated; };
0 commit comments