最終更新:2017-07-14 (金) 15:54:52 (2476d)  

android.graphics.YuvImage
Top / android.graphics.YuvImage

https://developer.android.com/reference/android/graphics/YuvImage.html

対応

コンストラクタ

  • YuvImage(byte[] yuv, int format, int width, int height, int[] strides)Construct an YuvImage.

Public methods

  • booleanYuvImage.compressToJpeg?(Rect rectangle, int quality, OutputStream? stream)Compress a rectangle region in the YuvImage to a jpeg.
    intYuvImage.getHeight?()
    int[]YuvImage.getStrides?()the number of row bytes in each image plane.
    intYuvImage.getWidth?()
    byte[]YuvImage.getYuvData?()
    intYuvImage.getYuvFormat?()

関連