public interface ChunkSampler extends Chunk
The following features are supported:
WavPackage.getChunkSampler()| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getManufacturer()
Returns the value of the 'Manufacturer' attribute.
|
java.lang.Long |
getMidiPitchFraction()
Returns the value of the 'Midi Pitch Fraction' attribute.
|
java.lang.Long |
getMidiUnityNote()
Returns the value of the 'Midi Unity Note' attribute.
|
java.lang.Long |
getNumberOfSampleLoops()
Returns the value of the 'Number Of Sample Loops' attribute.
|
java.lang.Long |
getProduct()
Returns the value of the 'Product' attribute.
|
|
getSampleLoops()
Returns the value of the 'Sample Loops' containment reference list.
|
java.lang.Long |
getSamplePeriod()
Returns the value of the 'Sample Period' attribute.
|
byte[] |
getSamplerData()
Returns the value of the 'Sampler Data' attribute.
|
java.lang.Long |
getSamplerDataSize()
Returns the value of the 'Sampler Data Size' attribute.
|
java.lang.Long |
getSmpteFormat()
Returns the value of the 'Smpte Format' attribute.
|
java.lang.Long |
getSmpteOffset()
Returns the value of the 'Smpte Offset' attribute.
|
void |
setManufacturer(java.lang.Long value)
Sets the value of the '
Manufacturer' attribute. |
void |
setMidiPitchFraction(java.lang.Long value)
Sets the value of the '
Midi Pitch Fraction' attribute. |
void |
setMidiUnityNote(java.lang.Long value)
Sets the value of the '
Midi Unity Note' attribute. |
void |
setProduct(java.lang.Long value)
Sets the value of the '
Product' attribute. |
void |
setSamplePeriod(java.lang.Long value)
Sets the value of the '
Sample Period' attribute. |
void |
setSamplerData(byte[] value)
Sets the value of the '
Sampler Data' attribute. |
void |
setSmpteFormat(java.lang.Long value)
Sets the value of the '
Smpte Format' attribute. |
void |
setSmpteOffset(java.lang.Long value)
Sets the value of the '
Smpte Offset' attribute. |
getBlockAlignedSize, getChunkTypeID, getChunkTypeIDValue, getSize, init, toByteArrayjava.lang.Long getManufacturer()
If the meaning of the 'Manufacturer' attribute isn't clear, there really should be more of a description here...
setManufacturer(Long),
WavPackage.getChunkSampler_Manufacturer()void setManufacturer(java.lang.Long value)
Manufacturer' attribute.
value - the new value of the 'Manufacturer' attribute.getManufacturer()java.lang.Long getProduct()
If the meaning of the 'Product' attribute isn't clear, there really should be more of a description here...
setProduct(Long),
WavPackage.getChunkSampler_Product()void setProduct(java.lang.Long value)
Product' attribute.
value - the new value of the 'Product' attribute.getProduct()java.lang.Long getSamplePeriod()
If the meaning of the 'Sample Period' attribute isn't clear, there really should be more of a description here...
setSamplePeriod(Long),
WavPackage.getChunkSampler_SamplePeriod()void setSamplePeriod(java.lang.Long value)
Sample Period' attribute.
value - the new value of the 'Sample Period' attribute.getSamplePeriod()java.lang.Long getMidiUnityNote()
If the meaning of the 'Midi Unity Note' attribute isn't clear, there really should be more of a description here...
setMidiUnityNote(Long),
WavPackage.getChunkSampler_MidiUnityNote()void setMidiUnityNote(java.lang.Long value)
Midi Unity Note' attribute.
value - the new value of the 'Midi Unity Note' attribute.getMidiUnityNote()java.lang.Long getMidiPitchFraction()
If the meaning of the 'Midi Pitch Fraction' attribute isn't clear, there really should be more of a description here...
setMidiPitchFraction(Long),
WavPackage.getChunkSampler_MidiPitchFraction()void setMidiPitchFraction(java.lang.Long value)
Midi Pitch Fraction' attribute.
value - the new value of the 'Midi Pitch Fraction' attribute.getMidiPitchFraction()java.lang.Long getSmpteFormat()
If the meaning of the 'Smpte Format' attribute isn't clear, there really should be more of a description here...
setSmpteFormat(Long),
WavPackage.getChunkSampler_SmpteFormat()void setSmpteFormat(java.lang.Long value)
Smpte Format' attribute.
value - the new value of the 'Smpte Format' attribute.getSmpteFormat()java.lang.Long getSmpteOffset()
If the meaning of the 'Smpte Offset' attribute isn't clear, there really should be more of a description here...
setSmpteOffset(Long),
WavPackage.getChunkSampler_SmpteOffset()void setSmpteOffset(java.lang.Long value)
Smpte Offset' attribute.
value - the new value of the 'Smpte Offset' attribute.getSmpteOffset()java.lang.Long getNumberOfSampleLoops()
If the meaning of the 'Number Of Sample Loops' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunkSampler_NumberOfSampleLoops()java.lang.Long getSamplerDataSize()
If the meaning of the 'Sampler Data Size' attribute isn't clear, there really should be more of a description here...
WavPackage.getChunkSampler_SamplerDataSize()byte[] getSamplerData()
If the meaning of the 'Sampler Data' attribute isn't clear, there really should be more of a description here...
setSamplerData(byte[]),
WavPackage.getChunkSampler_SamplerData()void setSamplerData(byte[] value)
Sampler Data' attribute.
value - the new value of the 'Sampler Data' attribute.getSamplerData()getSampleLoops()
SampleLoop.
If the meaning of the 'Sample Loops' containment reference list isn't clear, there really should be more of a description here...
WavPackage.getChunkSampler_SampleLoops()