ImageGear .NET - Updated
RelativePeakAudioFilePath Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : RelativePeakAudioFilePath Property
Gets or sets RelativePeakAudioFilePath property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property RelativePeakAudioFilePath As ImGearXMPString
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.RelativePeakAudioFilePath = value
 
value = instance.RelativePeakAudioFilePath
public ImGearXMPString RelativePeakAudioFilePath {get; set;}
public: __property ImGearXMPString* get_RelativePeakAudioFilePath();
public: __property void set_RelativePeakAudioFilePath( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ RelativePeakAudioFilePath {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members