Table of Contents

Class DynamicRangeProfiles

Namespace
Android.Hardware.Camera2.Params
Assembly
MASES.Netdroid.dll
public class DynamicRangeProfiles : JVMBridgeBase<DynamicRangeProfiles>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<DynamicRangeProfiles>
DynamicRangeProfiles
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DynamicRangeProfiles>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DynamicRangeProfiles>.IsAssignableFrom<T>()
JVMBridgeBase<DynamicRangeProfiles>.Execute<T>(params T[])
JVMBridgeBase<DynamicRangeProfiles>.DynBridgeClazz
JVMBridgeBase<DynamicRangeProfiles>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

DynamicRangeProfiles()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public DynamicRangeProfiles()

DynamicRangeProfiles(long[])

public DynamicRangeProfiles(long[] arg0)

Parameters

arg0 long[]

long

DynamicRangeProfiles(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public DynamicRangeProfiles(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DOLBY_VISION_10B_HDR_OEM

public static long DOLBY_VISION_10B_HDR_OEM { get; }

Property Value

long

DOLBY_VISION_10B_HDR_OEM_PO

public static long DOLBY_VISION_10B_HDR_OEM_PO { get; }

Property Value

long

DOLBY_VISION_10B_HDR_REF

public static long DOLBY_VISION_10B_HDR_REF { get; }

Property Value

long

DOLBY_VISION_10B_HDR_REF_PO

public static long DOLBY_VISION_10B_HDR_REF_PO { get; }

Property Value

long

DOLBY_VISION_8B_HDR_OEM

public static long DOLBY_VISION_8B_HDR_OEM { get; }

Property Value

long

DOLBY_VISION_8B_HDR_OEM_PO

public static long DOLBY_VISION_8B_HDR_OEM_PO { get; }

Property Value

long

DOLBY_VISION_8B_HDR_REF

public static long DOLBY_VISION_8B_HDR_REF { get; }

Property Value

long

DOLBY_VISION_8B_HDR_REF_PO

public static long DOLBY_VISION_8B_HDR_REF_PO { get; }

Property Value

long

HDR10

public static long HDR10 { get; }

Property Value

long

HDR10_PLUS

public static long HDR10_PLUS { get; }

Property Value

long

HLG10

public static long HLG10 { get; }

Property Value

long

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

PUBLIC_MAX

public static long PUBLIC_MAX { get; }

Property Value

long

STANDARD

public static long STANDARD { get; }

Property Value

long

Methods

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