ByteBufferExtractor

classe pública ByteBufferExtractor

Utilitário para extrair ByteBuffer de MPImage.

Atualmente, ele só oferece suporte a MPImage com MPImage.STORAGE_TYPE_BYTEBUFFER. Caso contrário, IllegalArgumentException será gerado.

Métodos públicos

estático ByteBuffer
extract(imagem MPImage)
Extrai um ByteBuffer de um MPImage.
estático ByteBuffer
extract(imagem MPImage, int targetFormat)
Extrai um ByteBuffer somente leitura em um determinado targetFormat de um MPImage.

Métodos herdados

Métodos púb