Search completed in 1.57 seconds.
5 results for "sample2":
Index
MozillaProjectsNSSIndex
this code shows the following: 181 nss sample code sample2 no summary!
...out, "%02x:", data[i]); column += 3; } else { pr_fprintf(out, "%02x", data[i]); column += 2; break; } if (column > 76 || (i % 16 == limit)) { newline(out); column = level; limit = i % 16; } } if (column != level) { newline(out); } } 188 sample2 no summary!
Introducing the Audio API extension - Archive of obsolete content
ArchiveMozillaIntroducing the Audio API Extension
for example, for a two-channel signal: channel1-sample1 channel2-sample1 channel1-sample2 channel2-sample2 channel1-sample3 channel2-sample3.
Modularization techniques - Archive of obsolete content
ArchiveMozillaModularization Techniques
you can currently manually register a dll using the nsrepository's registerfactory() method (for an example of this, see nssample2.cpp).