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 427b9b2 commit d430fd2Copy full SHA for d430fd2
src/AvTranscoder/mediaProperty/AudioProperties.hpp
@@ -34,7 +34,7 @@ class AvExport AudioProperties
34
35
size_t getTicksPerFrame() const;
36
Rational getTimeBase() const;
37
- double getFps() const;
+ double getFps() const; ///< Corresponds to the number of audio samples for one video frame
38
double getDuration() const;
39
40
PropertiesMap& getMetadatas() { return _metadatas; }
0 commit comments