ImageGear .NET - Updated
AbsPeakAudioFilePath Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : AbsPeakAudioFilePath Property
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
public ImGearXMPString AbsPeakAudioFilePath {get; set;}
public: __property ImGearXMPString* get_AbsPeakAudioFilePath();
public: __property void set_AbsPeakAudioFilePath( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ AbsPeakAudioFilePath {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members