public static final class BinarySearchSeeker.OutputFrameHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer |
byteBuffer |
long |
timeUs |
| Constructor and Description |
|---|
OutputFrameHolder(java.nio.ByteBuffer outputByteBuffer)
Constructs an instance, wrapping the given byte buffer.
|