ImageGear .NET - Updated
VideoFrameRate Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies choice of the video frame rate. One of: '24', 'NTSC', 'PAL'.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members