|
Class Summary |
| AbstractPullBufferCaptureDevice |
Provides a base implementation of PullBufferDataSource and
CaptureDevice in order to facilitate implementers by taking care of
boilerplate in the most common cases. |
| AbstractPullBufferStream |
Provides a base implementation of PullBufferStream in order to
facilitate implementers by taking care of boilerplate in the most common
cases. |
| AbstractPushBufferCaptureDevice |
Provides a base implementation of PushBufferDataSource and
CaptureDevice in order to facilitate implementers by taking care of
boilerplate in the most common cases. |
| AbstractPushBufferStream |
Provides a base implementation of PushBufferStream in order to
facilitate implementers by taking care of boilerplate in the most common
cases. |
| ByteBufferPool |
Represents a pool of ByteBuffers which reduces the allocations and
deallocations of ByteBuffers in the Java heap and of native memory
in the native heap. |