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




In This Topic
    IntroTime Property
    In This Topic
    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