| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avutil.AVBufferPool |
avutil.av_buffer_pool_init(int size,
avutil.Alloc_int alloc) |
static avutil.AVBufferPool |
avutil.av_buffer_pool_init2(int size,
Pointer opaque,
avutil.Alloc_Pointer_int alloc,
avutil.Pool_free_Pointer pool_free) |
| Modifier and Type | Method and Description |
|---|---|
static avutil.AVBufferRef |
avutil.av_buffer_pool_get(avutil.AVBufferPool pool)
Allocate a new AVBuffer, reusing an old buffer from the pool when available.
|
static void |
avutil.av_buffer_pool_uninit(avutil.AVBufferPool pool) |
Copyright © 2016. All rights reserved.