SoundSampleData Class
Represents additional entries specific to a sound object (Section 9.2 PDF1-7)
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.AnnotationsSoundSampleData

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class SoundSampleData

The SoundSampleData type exposes the following members.

Constructors
  NameDescription
Public methodSoundSampleData(Int64)
Initializes new sound sample data.
Public methodSoundSampleData(Int64, Int32)
Initializes new sound sample data.
Public methodSoundSampleData(Int64, Int32, Int32)
Initializes new sound sample data.
Public methodSoundSampleData(Int64, Int32, Int32, SoundSampleDataEncodingFormat)
Initializes new sound sample data.
Properties
  NameDescription
Public propertyBitsPerChannel
Gets or sets the number of bits per sample value per channel.
Public propertyEncodingFormat
Gets or sets the encoding format.
Public propertyNumberOfSoundChannels
Gets or sets the number of sound channels.
Public propertySamplingRate
Gets or sets the sampling rate.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberDefaultEncodingFormat
Default value for encoding format.
Public fieldStatic memberDefaultOfBitsPerChannel
Default value for BitsPerchannel parameter.
Public fieldStatic memberDefaultOfSoundChannels
Default value for Channels parameter.
Public fieldStatic memberDefaultSamplingRate
Default value for SamplingRate.
See Also