ImageGear for .NET
StretchMode Property




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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback