ImageGear .NET
Tempo Property




Gets or sets Tempo property of the Dynamic Media XMP schema.
Syntax
public ImGearXMPReal Tempo {get; set;}
public: __property ImGearXMPReal* get_Tempo();
public: __property void set_Tempo( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ Tempo {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}
'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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback