Sampling is a parent element for three subelements pertaining to the analog-to-digital conversion process, wherein a continuous audio or video signal is analyzed and converted to digital samples.
Sampling subelements are for digital video formats are:
samplingSize
bitsPerSample
wordSize
Sampling subelements for digital audio formats are:
samplingRate
bitsPerSample
wordSize
In the database, this element is a subelement of digitalCharacteristics. Digital Characteristics elements apply to digital files and to digital physical objects such as digital videotape. Digital Characteristics elements are displayed only when the value in the analog/digital flag element is either FILE_DIGITAL or PHYS_DIGITAL.
Repeatable
N
Name
digitalCharacteristicsSamplingSamplingRate
Label
Sampling - Sampling Rate
Schema
rulib
Definition
Number of samples per second (kHz) for a single channel of audio.
The bit depth, or number of bits per sample for the audio or video content of the object. Note that some formats wrap a sample in a larger word size than required for the sample data itself. This element describes the actual number of bits of the sample, whereas wordSize describes the number of bytes used to contain the sample.
Number of bytes used to represent a single audio or video sample, which generally maps to bits per sample. Files with a bit depth of 24 will usually be expressed as a 3-byte word size; however some applications may store 24-bit video in a 4-byte word.