ImageGear .NET v24.12 - Updated
UseFileBeatsMarker Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPBeatSpliceStretch Class : UseFileBeatsMarker Property
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

Reference

ImGearXMPBeatSpliceStretch Class
ImGearXMPBeatSpliceStretch Members