The members of Android.Hardware.Camera2.DngCreator are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new DNG object. |
const | MaxThumbnailDimension | int (256). Max width or height dimension for thumbnails. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Close()Closes the object and release any system resources it holds. | ||
SetDescription(string)Set the user description string to write. | ||
SetLocation(Android.Locations.Location)Set image location metadata. | ||
SetOrientation(Android.Media.Orientation)Set the orientation value to write. | ||
SetThumbnail(Android.Graphics.Bitmap)Set the thumbnail image. | ||
SetThumbnail(Android.Media.Image)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. |