ImageGear .NET - Updated
AltTapeName Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies alternative tape name, set via the project window or timecode dialog in Premiere. If an alternative name has been set and has not been reverted, that name is displayed.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members