Skip to content

Commit 1e022d3

Browse files
author
Clement Champetier
committed
Transcoder: can get ProcessMethod
1 parent 5c5f4c8 commit 1e022d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/AvTranscoder/transcoder/Transcoder.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ class AvExport Transcoder
133133
*/
134134
StreamTranscoder& getStreamTranscoder( size_t streamIndex ) const { return *_streamTranscoders.at( streamIndex ); }
135135

136+
/**
137+
* @brief Get current processMethod
138+
* @see EProcessMethod
139+
*/
140+
EProcessMethod getProcessMethod() const { return _eProcessMethod; }
141+
136142
/**
137143
* @brief Set the transcoding policy.
138144
* @note By default eProcessMethodBasedOnStream at index 0.

0 commit comments

Comments
 (0)