SoundSampleData.SoundSampleData
Contents
[
Hide
]SoundSampleData(long)
Initializes new sound sample data.
public SoundSampleData(long samplingRate)
| Parameter | Type | Description |
|---|---|---|
| samplingRate | Int64 | The sampling rate. |
See Also
- class SoundSampleData
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
SoundSampleData(long, int)
Initializes new sound sample data.
public SoundSampleData(long samplingRate, int numberOfSoundChannels)
| Parameter | Type | Description |
|---|---|---|
| samplingRate | Int64 | The sampling rate. |
| numberOfSoundChannels | Int32 | The number of sound channels. |
See Also
- class SoundSampleData
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
SoundSampleData(long, int, int)
Initializes new sound sample data.
public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel)
| Parameter | Type | Description |
|---|---|---|
| samplingRate | Int64 | The sampling rate. |
| numberOfSoundChannels | Int32 | The number of sound channels. |
| bitsPerChannel | Int32 | The number of bits per sample value per channel. |
See Also
- class SoundSampleData
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
SoundSampleData(long, int, int, SoundSampleDataEncodingFormat)
Initializes new sound sample data.
public SoundSampleData(long samplingRate, int numberOfSoundChannels, int bitsPerChannel,
SoundSampleDataEncodingFormat soundSampleDataEncodingFormat)
| Parameter | Type | Description |
|---|---|---|
| samplingRate | Int64 | The sampling rate. |
| numberOfSoundChannels | Int32 | The number of sound channels. |
| bitsPerChannel | Int32 | The number of bits per sample value per channel. |
| soundSampleDataEncodingFormat | SoundSampleDataEncodingFormat | The encoding format for the sample data. |
See Also
- enum SoundSampleDataEncodingFormat
- class SoundSampleData
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF