Android.Hardware.Camera2.DngCreator Members

The members of Android.Hardware.Camera2.DngCreator are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Fields

const
MaxThumbnailDimensionint (256). Max width or height dimension for thumbnails.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Closes the object and release any system resources it holds.
SetDescription(string) : DngCreator
Set the user description string to write.
SetLocation(Android.Locations.Location) : DngCreator
Set image location metadata.
SetOrientation(Android.Media.Orientation) : DngCreator
Set the orientation value to write.
SetThumbnail(Android.Graphics.Bitmap) : DngCreator
Set the thumbnail image.
SetThumbnail(Android.Media.Image) : DngCreator
Set the thumbnail image.
WriteByteBuffer(System.IO.Stream, Android.Util.Size, Java.Nio.ByteBuffer, long)
Write the Android.Graphics.ImageFormat.RawSensor pixel data to a DNG file with the currently configured metadata.
WriteImage(System.IO.Stream, Android.Media.Image)
Write the pixel data to a DNG file with the currently configured metadata.
WriteInputStream(System.IO.Stream, Android.Util.Size, System.IO.Stream, long)
Write the Android.Graphics.ImageFormat.RawSensor pixel data to a DNG file with the currently configured metadata.