Skip to content

Commit 26a998f

Browse files
Clement Champetiervalnoel
authored andcommitted
FileProperties: add doc for getBitRate
1 parent ce82163 commit 26a998f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/FileProperties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AvExport FileProperties
2929
size_t getProgramsCount() const;
3030
double getStartTime() const;
3131
double getDuration() const; ///< in seconds
32-
size_t getBitRate() const;
32+
size_t getBitRate() const; ///< total stream bitrate in bit/s, 0 if not available (result of a computation by ffmpeg)
3333
size_t getPacketSize() const;
3434

3535
PropertiesMap& getMetadatas() { return _metadatas; }

0 commit comments

Comments
 (0)