ImageGear .NET v24.12 - Updated
RiseInDecibel Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPBeatSpliceStretch Class : RiseInDecibel Property
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
public ImGearXMPReal RiseInDecibel {get; set;}
public: __property ImGearXMPReal* get_RiseInDecibel();
public: __property void set_RiseInDecibel( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ RiseInDecibel {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

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

Reference

ImGearXMPBeatSpliceStretch Class
ImGearXMPBeatSpliceStretch Members