Skip to content

Commit e41021a

Browse files
author
Clement Champetier
committed
IInputStream: add doc
1 parent 447392a commit e41021a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AvTranscoder/stream/IInputStream.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ class AvExport IInputStream
3030
* @return the properties of the stream
3131
*/
3232
virtual const StreamProperties& getProperties() const = 0;
33+
34+
/**
35+
* @return the index of the stream
36+
*/
3337
virtual size_t getStreamIndex() const = 0;
3438

3539
//@{

0 commit comments

Comments
 (0)