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 e25fef4 commit 00007c9Copy full SHA for 00007c9
src/AvTranscoder/transcoder/StreamTranscoder.hpp
@@ -79,6 +79,9 @@ class AvExport StreamTranscoder
79
/// Returns a reference to the object which transforms the decoded data
80
ITransform* getTransform() const { return _transform; }
81
82
+ /// Returns a pointer to the object which manage filtering
83
+ FilterGraph* getFilterGraph() const { return _filterGraph; }
84
+
85
/// Returns a reference to the stream which unwraps data
86
IInputStream* getInputStream() const { return _inputStream; }
87
/// Returns a reference to the stream which wraps data
0 commit comments