ByteBufferImageBuilder

classe pública ByteBufferImageBuilder

Cria um MPImage com base em um ByteBuffer.

É possível transmitir ByteBuffer mutáveis ou imutáveis. No entanto, depois que ByteBuffer for transmitido, para manter a integridade dos dados, não modifique o conteúdo dele.

Use ByteBufferExtractor para receber ByteBuffer.

Construtores públicos

ByteBufferImageBuilder(byteBuffer ByteBuffer, largura int, altura int, int imageFormat)
Cria o builder com o ByteBuffer obrigatório e a imagem representada.

Métodos públicos

MPImage
build()
Cria uma instância de MPImage.

Métodos herdados

Construtores públicos