DynamicRangeProfiles Class

Definition

Immutable class with information about supported 10-bit dynamic range profiles.

[Android.Runtime.Register("android/hardware/camera2/params/DynamicRangeProfiles", ApiSince=33, DoNotGenerateAcw=true)]
public sealed class DynamicRangeProfiles : Java.Lang.Object
[<Android.Runtime.Register("android/hardware/camera2/params/DynamicRangeProfiles", ApiSince=33, DoNotGenerateAcw=true)>]
type DynamicRangeProfiles = class
    inherit Object
Inheritance
DynamicRangeProfiles
Attributes

Remarks

Immutable class with information about supported 10-bit dynamic range profiles.

An instance of this class can be queried by retrieving the value of android.hardware.camera2.CameraCharacteristics#REQUEST_AVAILABLE_DYNAMIC_RANGE_PROFILES.

All camera devices supporting the android.hardware.camera2.CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT capability must advertise the supported 10-bit dynamic range profiles in #getSupportedProfiles

Some devices may not be able to support 8-bit and/or 10-bit output with different dynamic range profiles within the same capture request. Such device specific constraints can be queried by calling #getProfileCaptureRequestConstraints. Do note that unsupported combinations will result in IllegalArgumentException when trying to submit a capture request. Capture requests that only reference outputs configured using the same dynamic range profile value will never fail due to such constraints.

Java documentation for android.hardware.camera2.params.DynamicRangeProfiles.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

DynamicRangeProfiles(Int64[])

Create a new immutable DynamicRangeProfiles instance.

Fields

DolbyVision10bHdrOem

This is the camera mode for the default Dolby Vision capture mode for the specific device.

DolbyVision10bHdrOemPo

This is the power optimized mode for 10-bit Dolby Vision HDR device specific capture Mode.

DolbyVision10bHdrRef

This is a camera mode for Dolby Vision capture optimized for a more scene accurate capture.

DolbyVision10bHdrRefPo

This is the power optimized mode for 10-bit Dolby Vision HDR Reference Mode.

DolbyVision8bHdrOem

This is the 8-bit version of device specific tuned and optimized Dolby Vision capture mode.

DolbyVision8bHdrOemPo

This is the power optimized mode for 8-bit Dolby Vision HDR device specific capture Mode.

DolbyVision8bHdrRef

This is the 8-bit version of the Dolby Vision reference capture mode optimized for scene accuracy.

DolbyVision8bHdrRefPo

This is the power optimized mode for 8-bit Dolby Vision HDR Reference Mode.

Hdr10

10-bit pixel samples encoded using the SMPTE ST 2084 transfer function.

Hdr10Plus

10-bit pixel samples encoded using the SMPTE ST 2084 transfer function.

Hlg10

10-bit pixel samples encoded using the Hybrid log-gamma transfer function

PublicMax
Standard

This the default 8-bit standard profile that will be used in case where camera clients do not explicitly configure a supported dynamic range profile by calling OutputConfiguration#setDynamicRangeProfile.

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
SupportedProfiles

Return a set of supported dynamic range profiles.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetProfileCaptureRequestConstraints(Int64)

Return a list of supported dynamic range profiles that can be referenced in a single capture request along with a given profile.

IsExtraLatencyPresent(Int64)

Check whether a given dynamic range profile is suitable for latency sensitive use cases.

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to