SoundSampleData Class |
Namespace: Aspose.Pdf.Annotations
The SoundSampleData type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoundSampleData(Int64) |
Initializes new sound sample data.
|
![]() | SoundSampleData(Int64, Int32) |
Initializes new sound sample data.
|
![]() | SoundSampleData(Int64, Int32, Int32) |
Initializes new sound sample data.
|
![]() | SoundSampleData(Int64, Int32, Int32, SoundSampleDataEncodingFormat) |
Initializes new sound sample data.
|
Name | Description | |
---|---|---|
![]() | BitsPerChannel |
Gets or sets the number of bits per sample value per channel.
|
![]() | EncodingFormat |
Gets or sets the encoding format.
|
![]() | NumberOfSoundChannels |
Gets or sets the number of sound channels.
|
![]() | SamplingRate |
Gets or sets the sampling rate.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultEncodingFormat |
Default value for encoding format.
|
![]() ![]() | DefaultOfBitsPerChannel |
Default value for BitsPerchannel parameter.
|
![]() ![]() | DefaultOfSoundChannels |
Default value for Channels parameter.
|
![]() ![]() | DefaultSamplingRate |
Default value for SamplingRate.
|