Class MediaQualityContract.PictureQuality
public class MediaQualityContract.PictureQuality : JVMBridgeBase<MediaQualityContract.PictureQuality>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MediaQualityContract.PictureQuality
- Implements
- Extension Methods
Constructors
PictureQuality(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PictureQuality(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
PARAMETER_AUTO_PICTURE_QUALITY_ENABLED
public static String PARAMETER_AUTO_PICTURE_QUALITY_ENABLED { get; set; }
Property Value
PARAMETER_AUTO_SUPER_RESOLUTION_ENABLED
public static String PARAMETER_AUTO_SUPER_RESOLUTION_ENABLED { get; set; }
Property Value
PARAMETER_BLUE_STRETCH
public static String PARAMETER_BLUE_STRETCH { get; set; }
Property Value
PARAMETER_BRIGHTNESS
public static String PARAMETER_BRIGHTNESS { get; set; }
Property Value
PARAMETER_COLOR_TEMPERATURE
public static String PARAMETER_COLOR_TEMPERATURE { get; set; }
Property Value
PARAMETER_COLOR_TUNE
public static String PARAMETER_COLOR_TUNE { get; set; }
Property Value
PARAMETER_COLOR_TUNER_BLUE_GAIN
public static String PARAMETER_COLOR_TUNER_BLUE_GAIN { get; set; }
Property Value
PARAMETER_COLOR_TUNER_BLUE_OFFSET
public static String PARAMETER_COLOR_TUNER_BLUE_OFFSET { get; set; }
Property Value
PARAMETER_COLOR_TUNER_BRIGHTNESS
public static String PARAMETER_COLOR_TUNER_BRIGHTNESS { get; set; }
Property Value
PARAMETER_COLOR_TUNER_GREEN_GAIN
public static String PARAMETER_COLOR_TUNER_GREEN_GAIN { get; set; }
Property Value
PARAMETER_COLOR_TUNER_GREEN_OFFSET
public static String PARAMETER_COLOR_TUNER_GREEN_OFFSET { get; set; }
Property Value
PARAMETER_COLOR_TUNER_HUE
public static String PARAMETER_COLOR_TUNER_HUE { get; set; }
Property Value
PARAMETER_COLOR_TUNER_RED_GAIN
public static String PARAMETER_COLOR_TUNER_RED_GAIN { get; set; }
Property Value
PARAMETER_COLOR_TUNER_RED_OFFSET
public static String PARAMETER_COLOR_TUNER_RED_OFFSET { get; set; }
Property Value
PARAMETER_COLOR_TUNER_SATURATION
public static String PARAMETER_COLOR_TUNER_SATURATION { get; set; }
Property Value
PARAMETER_CONTRAST
public static String PARAMETER_CONTRAST { get; set; }
Property Value
PARAMETER_DECONTOUR
public static String PARAMETER_DECONTOUR { get; set; }
Property Value
PARAMETER_DYNAMIC_LUMA_CONTROL
public static String PARAMETER_DYNAMIC_LUMA_CONTROL { get; set; }
Property Value
PARAMETER_FILM_MODE
public static String PARAMETER_FILM_MODE { get; set; }
Property Value
PARAMETER_FLESH_TONE
public static String PARAMETER_FLESH_TONE { get; set; }
Property Value
PARAMETER_GLOBAL_DIMMING
public static String PARAMETER_GLOBAL_DIMMING { get; set; }
Property Value
PARAMETER_HUE
public static String PARAMETER_HUE { get; set; }
Property Value
PARAMETER_MPEG_NOISE_REDUCTION
public static String PARAMETER_MPEG_NOISE_REDUCTION { get; set; }
Property Value
PARAMETER_NOISE_REDUCTION
public static String PARAMETER_NOISE_REDUCTION { get; set; }
Property Value
PARAMETER_SATURATION
public static String PARAMETER_SATURATION { get; set; }
Property Value
PARAMETER_SHARPNESS
public static String PARAMETER_SHARPNESS { get; set; }