Aspose API References – SoundSampleData https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/ Recent content in SoundSampleData on Aspose API References Hugo -- gohugo.io en Net: SoundSampleData https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/soundsampledata/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/soundsampledata/ <h2 id="constructor">SoundSampleData(long)</h2> <p>Initializes new sound sample data.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">SoundSampleData</span><span class="p">(</span><span class="kt">long</span> <span class="n">samplingRate</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>samplingRate</td> <td>Int64</td> <td>The sampling rate.</td> </tr> </tbody> </table> <h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="constructor_1">SoundSampleData(long, int)</h2> <p>Initializes new sound sample data.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">SoundSampleData</span><span class="p">(</span><span class="kt">long</span> <span class="n">samplingRate</span><span class="p">,</span> <span class="kt">int</span> <span class="n">numberOfSoundChannels</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>samplingRate</td> <td>Int64</td> <td>The sampling rate.</td> </tr> <tr> <td>numberOfSoundChannels</td> <td>Int32</td> <td>The number of sound channels.</td> </tr> </tbody> </table> <h3 id="see-also-1">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="constructor_2">SoundSampleData(long, int, int)</h2> <p>Initializes new sound sample data.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">SoundSampleData</span><span class="p">(</span><span class="kt">long</span> <span class="n">samplingRate</span><span class="p">,</span> <span class="kt">int</span> <span class="n">numberOfSoundChannels</span><span class="p">,</span> <span class="kt">int</span> <span class="n">bitsPerChannel</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>samplingRate</td> <td>Int64</td> <td>The sampling rate.</td> </tr> <tr> <td>numberOfSoundChannels</td> <td>Int32</td> <td>The number of sound channels.</td> </tr> <tr> <td>bitsPerChannel</td> <td>Int32</td> <td>The number of bits per sample value per channel.</td> </tr> </tbody> </table> <h3 id="see-also-2">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <hr> <h2 id="constructor_3">SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)</h2> <p>Initializes new sound sample data.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">SoundSampleData</span><span class="p">(</span><span class="kt">long</span> <span class="n">samplingRate</span><span class="p">,</span> <span class="kt">int</span> <span class="n">numberOfSoundChannels</span><span class="p">,</span> <span class="kt">int</span> <span class="n">bitsPerChannel</span><span class="p">,</span> </span></span><span class="line"><span class="cl"> <span class="n">SoundSampleDataEncodingFormat</span> <span class="n">soundSampleDataEncodingFormat</span><span class="p">)</span> </span></span></code></pre></div><table> <thead> <tr> <th>Parameter</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>samplingRate</td> <td>Int64</td> <td>The sampling rate.</td> </tr> <tr> <td>numberOfSoundChannels</td> <td>Int32</td> <td>The number of sound channels.</td> </tr> <tr> <td>bitsPerChannel</td> <td>Int32</td> <td>The number of bits per sample value per channel.</td> </tr> <tr> <td>soundSampleDataEncodingFormat</td> <td>SoundSampleDataEncodingFormat</td> <td>The encoding format for the sample data.</td> </tr> </tbody> </table> <h3 id="see-also-3">See Also</h3> <ul> <li>enum <a href="../../soundsampledataencodingformat">SoundSampleDataEncodingFormat</a></li> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: BitsPerChannel https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/bitsperchannel/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/bitsperchannel/ <h2 id="soundsampledatabitsperchannel-property">SoundSampleData.BitsPerChannel property</h2> <p>Gets or sets the number of bits per sample value per channel.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="kt">int</span> <span class="n">BitsPerChannel</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="k">set</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: EncodingFormat https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/encodingformat/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/encodingformat/ <h2 id="soundsampledataencodingformat-property">SoundSampleData.EncodingFormat property</h2> <p>Gets or sets the encoding format.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="n">SoundSampleDataEncodingFormat</span> <span class="n">EncodingFormat</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="k">set</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>enum <a href="../../soundsampledataencodingformat">SoundSampleDataEncodingFormat</a></li> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: NumberOfSoundChannels https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/numberofsoundchannels/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/numberofsoundchannels/ <h2 id="soundsampledatanumberofsoundchannels-property">SoundSampleData.NumberOfSoundChannels property</h2> <p>Gets or sets the number of sound channels.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="kt">int</span> <span class="n">NumberOfSoundChannels</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="k">set</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: SamplingRate https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/samplingrate/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/samplingrate/ <h2 id="soundsampledatasamplingrate-property">SoundSampleData.SamplingRate property</h2> <p>Gets or sets the sampling rate.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="kt">long</span> <span class="n">SamplingRate</span> <span class="p">{</span> <span class="k">get</span><span class="p">;</span> <span class="k">set</span><span class="p">;</span> <span class="p">}</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: DefaultEncodingFormat https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultencodingformat/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultencodingformat/ <h2 id="soundsampledatadefaultencodingformat-field">SoundSampleData.DefaultEncodingFormat field</h2> <p>Default value for encoding format.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">const</span> <span class="n">SoundSampleDataEncodingFormat</span> <span class="n">DefaultEncodingFormat</span><span class="p">;</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>enum <a href="../../soundsampledataencodingformat">SoundSampleDataEncodingFormat</a></li> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: DefaultOfBitsPerChannel https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultofbitsperchannel/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultofbitsperchannel/ <h2 id="soundsampledatadefaultofbitsperchannel-field">SoundSampleData.DefaultOfBitsPerChannel field</h2> <p>Default value for BitsPerchannel parameter.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">const</span> <span class="kt">int</span> <span class="n">DefaultOfBitsPerChannel</span><span class="p">;</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: DefaultOfSoundChannels https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultofsoundchannels/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultofsoundchannels/ <h2 id="soundsampledatadefaultofsoundchannels-field">SoundSampleData.DefaultOfSoundChannels field</h2> <p>Default value for Channels parameter.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">const</span> <span class="kt">int</span> <span class="n">DefaultOfSoundChannels</span><span class="p">;</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll --> Net: DefaultSamplingRate https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultsamplingrate/ Mon, 01 Jan 0001 00:00:00 +0000 https://reference.aspose.com/pdf/net/aspose.pdf.annotations/soundsampledata/defaultsamplingrate/ <h2 id="soundsampledatadefaultsamplingrate-field">SoundSampleData.DefaultSamplingRate field</h2> <p>Default value for SamplingRate.</p> <div class="highlight"><pre tabindex="0" class="chroma"><code class="language-csharp" data-lang="csharp"><span class="line"><span class="cl"><span class="k">public</span> <span class="k">const</span> <span class="kt">long</span> <span class="n">DefaultSamplingRate</span><span class="p">;</span> </span></span></code></pre></div><h3 id="see-also">See Also</h3> <ul> <li>class <a href="../../soundsampledata">SoundSampleData</a></li> <li>namespace <a href="../../soundsampledata">Aspose.Pdf.Annotations</a></li> <li>assembly <a href="../../../">Aspose.PDF</a></li> </ul> <!-- DO NOT EDIT: generated by xmldocmd for Aspose.PDF.dll -->