Skip to content

Commit 00007c9

Browse files
author
Clement Champetier
committed
StreamTranscoder: added getFilterGraph method
1 parent e25fef4 commit 00007c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ class AvExport StreamTranscoder
7979
/// Returns a reference to the object which transforms the decoded data
8080
ITransform* getTransform() const { return _transform; }
8181

82+
/// Returns a pointer to the object which manage filtering
83+
FilterGraph* getFilterGraph() const { return _filterGraph; }
84+
8285
/// Returns a reference to the stream which unwraps data
8386
IInputStream* getInputStream() const { return _inputStream; }
8487
/// Returns a reference to the stream which wraps data

0 commit comments

Comments
 (0)