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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies audio stretch mode. Allowed values are: 'Fixed length', 'Time-Scale', 'Resample', 'Beat Splice', 'Hybrid'.
See Also