ImageGear for .NET
Tempo Property




Gets or sets Tempo property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Tempo As ImGearXMPReal
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPReal
 
instance.Tempo = value
 
value = instance.Tempo
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);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
Remarks
This XMP property specifies audio's tempo.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback