Android.Hardware.Camera2.DngCreator: Method Members

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

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.