ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Tempo Property




In This Topic
Tempo Property
In This Topic
Gets or sets Tempo property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Tempo As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPReal
 
instance.Tempo = value
 
value = instance.Tempo

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
This XMP property specifies audio's tempo.
See Also