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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies absolute path to the file's peak audio file. If empty, no peak file exists.
See Also