|
This class represents the sound object stream. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 294,
page 506.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 305, page 633.
This class is always an indirect object because it is also a
StreamElement and these are always indirect objects.
A sound object stream carries audio data for playback using the
legacy sound action mechanism. The stream body contains the raw
audio samples according to the encoding specified in the stream
dictionary.
The R entry gives the sampling rate in samples per second. The C
entry gives the number of sound channels: 1 for mono, 2 for stereo.
The B entry gives the number of bits per sample.
The E entry names the encoding format: Raw for uncompressed
samples, Signed for signed linear samples, muLaw for mu-law
compressed audio, or ALaw for A-law compressed audio.
The CO and CP entries carry codec-specific configuration. CO
names the codec and CP holds parameters for that codec when a
non-standard encoding is used.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.SoundObjectStreamElement
|