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 1824094 commit 21506acCopy full SHA for 21506ac
src/AvTranscoder/properties/AudioProperties.hpp
@@ -22,7 +22,7 @@ class AvExport AudioProperties : public StreamProperties
22
size_t getBitRate() const; ///< in bits/s, 0 if unknown
23
size_t getSampleRate() const;
24
size_t getNbChannels() const;
25
- size_t getNbSamples() const;
+ size_t getNbSamples() const; ///< All the channels are included.
26
27
size_t getTicksPerFrame() const;
28
0 commit comments