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




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

    Property Value

    ImGearXMPBeatSpliceStretch class value.
    Remarks
    This XMP property specifies parameters for Beat Splice stretch mode.
    See Also