Skip to content

Commit 04f29fc

Browse files
adding virtual method to get Data descriptor
1 parent c7c964b commit 04f29fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/CodedStream/InputStream.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class InputStream
2323
// Stream properties
2424
virtual VideoDesc getVideoDesc() const = 0;
2525
virtual AudioDesc getAudioDesc() const = 0;
26+
virtual DataDesc getDataDesc() const = 0;
2627

2728
virtual AVMediaType getStreamType() const = 0;
2829

0 commit comments

Comments
 (0)