ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPBeatSpliceStretch Class / UseFileBeatsMarker Property




In This Topic
    UseFileBeatsMarker Property
    In This Topic
    Gets or sets condition if the file beat markers are used for stretching. Otherwise the rise and duration fields are used to automatically locate the beats.
    Syntax
    'Declaration
     
    Public Property UseFileBeatsMarker As ImGearXMPBoolean
    'Usage
     
    Dim instance As ImGearXMPBeatSpliceStretch
    Dim value As ImGearXMPBoolean
     
    instance.UseFileBeatsMarker = value
     
    value = instance.UseFileBeatsMarker
    public ImGearXMPBoolean UseFileBeatsMarker {get; set;}
    public: __property ImGearXMPBoolean* get_UseFileBeatsMarker();
    public: __property void set_UseFileBeatsMarker( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ UseFileBeatsMarker {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

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