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




In This Topic
FileDataRate Property
In This Topic
Gets or sets FileDataRate property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property FileDataRate As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPRational
 
instance.FileDataRate = value
 
value = instance.FileDataRate

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property specifies file data rate in megabytes per second. For example: '36/10' = 3.6 MB/sec.
See Also