public class EncodedImage extends java.lang.Object implements RefCounted
Modifier and Type | Class and Description |
---|---|
static class |
EncodedImage.Builder |
static class |
EncodedImage.FrameType |
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
buffer |
long |
captureTimeMs |
long |
captureTimeNs |
int |
encodedHeight |
int |
encodedWidth |
EncodedImage.FrameType |
frameType |
java.lang.Integer |
qp |
int |
rotation |
Modifier and Type | Method and Description |
---|---|
static EncodedImage.Builder |
builder() |
void |
release()
Decreases ref count by one.
|
void |
retain()
Increases ref count by one.
|
public final java.nio.ByteBuffer buffer
public final int encodedWidth
public final int encodedHeight
public final long captureTimeMs
public final long captureTimeNs
public final EncodedImage.FrameType frameType
public final int rotation
@Nullable public final java.lang.Integer qp
public void retain()
RefCounted
retain
in interface RefCounted
public void release()
RefCounted
release
in interface RefCounted
public static EncodedImage.Builder builder()
7.0.1