|
|
@ -21,7 +21,7 @@ public sealed class JpegEncoder : ImageEncoder |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Backing field for <see cref="RestartInterval"/>
|
|
|
/// Backing field for <see cref="RestartInterval"/>
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private int restartInterval = 0; |
|
|
private int restartInterval; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the quality, that will be used to encode the image. Quality
|
|
|
/// Gets the quality, that will be used to encode the image. Quality
|
|
|
|