ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPBeatSpliceStretch Class / RiseInDecibel Property




In This Topic
RiseInDecibel Property
In This Topic
Gets or sets the amount sound must increase in amplitude to detect a beat.
Syntax
'Declaration
 
Public Property RiseInDecibel As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearXMPBeatSpliceStretch
Dim value As ImGearXMPReal
 
instance.RiseInDecibel = value
 
value = instance.RiseInDecibel

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
See Also