Changeset - 3ea2936f9c86
[Not reviewed]
stream
0 1 0
Hasan Yavuz Ă–ZDERYA - 7 years ago 2018-04-08 13:34:59
hy@ozderya.net
add doc comment
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/samplepack.h
Show inline comments
 
@@ -23,6 +23,11 @@
 
class SamplePack
 
{
 
public:
 
    /**
 
     * @param ns number of samples
 
     * @param nc number of channels
 
     * @param x has X channel
 
     */
 
    SamplePack(unsigned ns, unsigned nc, bool x = false);
 
    ~SamplePack();
 

	
0 comments (0 inline, 0 general)