Click or drag to resize
VpxVideoEncoderConfigurationLosslessMode Property
Gets or sets a value indicating whether the VP8 encoder is in lossless mode.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool LosslessMode { get; set; }

Property Value

Type: Boolean
true if the encoder is in lossless mode; otherwise, false.
See Also