ImageGear v26.3 - Updated
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
    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