ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / VideoFrameRate Property




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

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