ImageGear v26.3 - Updated
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
    public ImGearXMPRational FileDataRate {get; set;}
    public: __property ImGearXMPRational* get_FileDataRate();
    public: __property void set_FileDataRate( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ FileDataRate {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    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