DngCreator Class
Definition
Assembly:Mono.Android.dll
The DngCreator class provides functions to write raw pixel data as a DNG file.
In this article
[Android.Runtime.Register("android/hardware/camera2/DngCreator", ApiSince=21, DoNotGenerateAcw=true)]
public sealed class DngCreator : Java.Lang.Object, IDisposable, Java.Lang.IAutoCloseable
type DngCreator = class
inherit Object
interface IAutoCloseable
interface IJavaObject
interface IDisposable
Inheritance
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
Fields
Max width or height dimension for thumbnails.
Properties
Returns the unique instance of Class that represents this
object's class.
(Inherited from Object)
The handle to the underlying Android instance.
(Inherited from Object)
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
(Inherited from Object)
Methods
Creates and returns a copy of this Object.
(Inherited from Object)
Closes the object and release any system resources it holds.
(Inherited from Object)
Compares this instance with the specified object and indicates if they
are equal.
(Inherited from Object)
Returns an integer hash code for this object.
(Inherited from Object)
Invoked when the garbage collector has detected that this instance is no longer reachable.
(Inherited from Object)
Causes a thread which is waiting on this object's monitor (by means of
calling one of the wait() methods) to be woken up.
(Inherited from Object)
Causes all threads which are waiting on this object's monitor (by means
of calling one of the wait() methods) to be woken up.
(Inherited from Object)
Set the user description string to write.
Set image location metadata.
Set the orientation value to write.
Set the thumbnail image.
Set the thumbnail image.
Returns a string containing a concise, human-readable description of this
object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
(Inherited from Object)
Write the RawSensor pixel data to a DNG file with
the currently configured metadata.
Write the pixel data to a DNG file with the currently configured metadata.
Write the RawSensor pixel data to a DNG file with
the currently configured metadata.
Explicit Interface Implementations
Extension Methods
Applies to