AVVideoCodecSettings.JPEGQuality Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents JPEG coded quality.
public Nullable<float> JPEGQuality { get; set; }
member this.JPEGQuality : Nullable<single> with get, set
Property Value
Value is in range 0 to 1.0
Remarks
The property uses constant AVVideoQualityKey value to access the underlying dictionary.