ImageGear .NET - Updated
IntroTime Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : IntroTime Property
Gets or sets IntroTime property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property IntroTime As ImGearXMPTime
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPTime
 
instance.IntroTime = value
 
value = instance.IntroTime
public ImGearXMPTime IntroTime {get; set;}
public: __property ImGearXMPTime* get_IntroTime();
public: __property void set_IntroTime( 
   ImGearXMPTime* value
);
public:
property ImGearXMPTime^ IntroTime {
   ImGearXMPTime^ get();
   void set (    ImGearXMPTime^ value);
}

Property Value

ImGearXMPTime class value.
Remarks
This XMP property specifies duration of lead time for queuing music.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members