ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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