Skip to content

Commit 21506ac

Browse files
author
Clement Champetier
committed
AuAudioProperties: added doc
1 parent 1824094 commit 21506ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/properties/AudioProperties.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AvExport AudioProperties : public StreamProperties
2222
size_t getBitRate() const; ///< in bits/s, 0 if unknown
2323
size_t getSampleRate() const;
2424
size_t getNbChannels() const;
25-
size_t getNbSamples() const;
25+
size_t getNbSamples() const; ///< All the channels are included.
2626

2727
size_t getTicksPerFrame() const;
2828

0 commit comments

Comments
 (0)