The methods of Android.Hardware.Camera2.DngCreator are listed below. For a list of all members, see the DngCreator Members list.
See Also: Inherited members from Java.Lang.Object
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. |