We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce82163 commit 26a998fCopy full SHA for 26a998f
src/AvTranscoder/mediaProperty/FileProperties.hpp
@@ -29,7 +29,7 @@ class AvExport FileProperties
29
size_t getProgramsCount() const;
30
double getStartTime() const;
31
double getDuration() const; ///< in seconds
32
- size_t getBitRate() const;
+ size_t getBitRate() const; ///< total stream bitrate in bit/s, 0 if not available (result of a computation by ffmpeg)
33
size_t getPacketSize() const;
34
35
PropertiesMap& getMetadatas() { return _metadatas; }
0 commit comments