ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / VideoFormatBase Class / Quality Property

In This Topic
    Quality Property (VideoFormatBase)
    In This Topic
    Gets and sets a multiplier used for the data rate when exporting a video format. A higher value will increase the quality, but also the file size of the exported video. The value can range from '0' to '1'.
    Syntax
    Public Property Quality As Double
    public double Quality {get; set;}
    Remarks
    The default value is 1.0.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also