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




In This Topic
    NumberOfBeats Property
    In This Topic
    Gets or sets NumberOfBeats property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property NumberOfBeats As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPReal
     
    instance.NumberOfBeats = value
     
    value = instance.NumberOfBeats
    public ImGearXMPReal NumberOfBeats {get; set;}
    public: __property ImGearXMPReal* get_NumberOfBeats();
    public: __property void set_NumberOfBeats( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ NumberOfBeats {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPReal class value.
    Remarks
    This XMP property specifies number of beats.
    See Also