ImageGear .NET - Updated
StartTime Property (ImGearXMPMedia)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPMedia Class : StartTime Property
Gets or sets the timeline position of the start of the media. This can be used to locate the media with a track.
Syntax
'Declaration
 
Public Property StartTime As ImGearXMPTime
'Usage
 
Dim instance As ImGearXMPMedia
Dim value As ImGearXMPTime
 
instance.StartTime = value
 
value = instance.StartTime
public ImGearXMPTime StartTime {get; set;}
public: __property ImGearXMPTime* get_StartTime();
public: __property void set_StartTime( 
   ImGearXMPTime* value
);
public:
property ImGearXMPTime^ StartTime {
   ImGearXMPTime^ get();
   void set (    ImGearXMPTime^ value);
}

Property Value

ImGearXMPTime class value.
See Also

Reference

ImGearXMPMedia Class
ImGearXMPMedia Members