This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.Quality Property (ArcObjects .NET 10.5 SDK) |
The quality of video compression (1-100). 200 - Lossless.
[Visual Basic .NET] Public Property Quality As Integer
[C#] public int Quality {get; set;}
[C++]
HRESULT get_Quality(
Long* pQualityPercent
);
[C++]
HRESULT put_Quality(
Long pQualityPercent
);
[C++]
Parameters pQualityPercent [out, retval] pQualityPercent is a parameter of type Long pQualityPercent [in] pQualityPercent is a parameter of type Long