Skip to content

Commit d430fd2

Browse files
author
Clement Champetier
committed
AudioProperties: add documentation
1 parent 427b9b2 commit d430fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/mediaProperty/AudioProperties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AvExport AudioProperties
3434

3535
size_t getTicksPerFrame() const;
3636
Rational getTimeBase() const;
37-
double getFps() const;
37+
double getFps() const; ///< Corresponds to the number of audio samples for one video frame
3838
double getDuration() const;
3939

4040
PropertiesMap& getMetadatas() { return _metadatas; }

0 commit comments

Comments
 (0)