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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies audio stretch mode. Allowed values are: 'Fixed length', 'Time-Scale', 'Resample', 'Beat Splice', 'Hybrid'.
    See Also