Table of Contents

Class DynamicRangeProfiles

Namespace
Android.Hardware.Camera2.Params
Assembly
MASES.Netdroid.dll
public class DynamicRangeProfiles : JVMBridgeBase<DynamicRangeProfiles>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DynamicRangeProfiles
Implements
Extension Methods

Constructors

DynamicRangeProfiles(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 DynamicRangeProfiles(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

DynamicRangeProfiles(long[])

public DynamicRangeProfiles(long[] arg0)

Parameters

arg0 long[]

long

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DOLBY_VISION_10B_HDR_OEM

public static long DOLBY_VISION_10B_HDR_OEM { get; set; }

Property Value

long

DOLBY_VISION_10B_HDR_OEM_PO

public static long DOLBY_VISION_10B_HDR_OEM_PO { get; set; }

Property Value

long

DOLBY_VISION_10B_HDR_REF

public static long DOLBY_VISION_10B_HDR_REF { get; set; }

Property Value

long

DOLBY_VISION_10B_HDR_REF_PO

public static long DOLBY_VISION_10B_HDR_REF_PO { get; set; }

Property Value

long

DOLBY_VISION_8B_HDR_OEM

public static long DOLBY_VISION_8B_HDR_OEM { get; set; }

Property Value

long

DOLBY_VISION_8B_HDR_OEM_PO

public static long DOLBY_VISION_8B_HDR_OEM_PO { get; set; }

Property Value

long

DOLBY_VISION_8B_HDR_REF

public static long DOLBY_VISION_8B_HDR_REF { get; set; }

Property Value

long

DOLBY_VISION_8B_HDR_REF_PO

public static long DOLBY_VISION_8B_HDR_REF_PO { get; set; }

Property Value

long

HDR10

public static long HDR10 { get; set; }

Property Value

long

HDR10_PLUS

public static long HDR10_PLUS { get; set; }

Property Value

long

HLG10

public static long HLG10 { get; set; }

Property Value

long

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PUBLIC_MAX

public static long PUBLIC_MAX { get; set; }

Property Value

long

STANDARD

public static long STANDARD { get; set; }

Property Value

long

Methods

CreatePoolableInstance(long[])

HPA initializer for DynamicRangeProfiles(long[] arg0)

public static DynamicRangeProfiles CreatePoolableInstance(long[] arg0)

Parameters

arg0 long[]

Returns

DynamicRangeProfiles

GetProfileCaptureRequestConstraints(long)

public Set<Long> GetProfileCaptureRequestConstraints(long arg0)

Parameters

arg0 long

long

Returns

Set<Long>

Set

GetSupportedProfiles()

public Set<Long> GetSupportedProfiles()

Returns

Set<Long>

Set

IsExtraLatencyPresent(long)

public bool IsExtraLatencyPresent(long arg0)

Parameters

arg0 long

long

Returns

bool

bool