Skip to content

Commit 31c9d21

Browse files
author
Clement Champetier
committed
IReader: added getSourceProperties method
1 parent c6bc636 commit 31c9d21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AvTranscoder/reader/IReader.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class AvExport IReader
4848
*/
4949
Frame* readFrameAt( const size_t frame );
5050

51+
/**
52+
* @brief Get the properties of the source stream read.
53+
*/
54+
const StreamProperties* getSourceProperties() const { return _streamProperties; }
5155

5256
protected:
5357
InputFile* _inputFile;

0 commit comments

Comments
 (0)