Use this function to get the currently set output quality on the profile.
| HRESULT GetVideoQuality(long * nQualityPercent); |
Parameters
nQualityPercent: Reference to a variable where the quality (as a percentage) will be copied into.
Remarks
The quality is not used for all profiles, and is usually only used in variable bitrate (VBR) mode.
[[The Standard MPEG Encoder – Quality you can rely on]]