ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Tempo Property




In This Topic
    Tempo Property
    In This Topic
    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