| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.avcodec | |
| org.bytedeco.ffmpeg.avutil | |
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
AVFrameSideData |
AVCodecContext.decoded_side_data(int i)
Array containing static side data, such as HDR10 CLL / MDCV structures.
|
| Modifier and Type | Method and Description |
|---|---|
AVCodecContext |
AVCodecContext.decoded_side_data(int i,
AVFrameSideData setter) |
| Modifier and Type | Method and Description |
|---|---|
AVFrameSideData |
AVFrameSideData.buf(AVBufferRef setter) |
AVFrameSideData |
AVFrameSideData.data(BytePointer setter) |
AVFrameSideData |
AVFrameSideData.getPointer(long i) |
AVFrameSideData |
AVFrameSideData.metadata(AVDictionary setter) |
AVFrameSideData |
AVFrameSideData.position(long position) |
AVFrameSideData |
AVFrame.side_data(int i) |
AVFrameSideData |
AVFrameSideData.size(long setter) |
AVFrameSideData |
AVFrameSideData.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
AVFrame |
AVFrame.side_data(int i,
AVFrameSideData setter) |
| Modifier and Type | Method and Description |
|---|---|
static AVFrameSideData |
avutil.av_frame_get_side_data(AVFrame frame,
int type) |
static AVFrameSideData |
avutil.av_frame_new_side_data_from_buf(AVFrame frame,
int type,
AVBufferRef buf)
Add a new side data to a frame from an existing AVBufferRef
|
static AVFrameSideData |
avutil.av_frame_new_side_data(AVFrame frame,
int type,
long size)
Add a new side data to a frame.
|
static AVFrameSideData |
avutil.av_frame_side_data_add(PointerPointer sd,
int[] nb_sd,
int type,
AVBufferRef buf,
int flags) |
static AVFrameSideData |
avutil.av_frame_side_data_add(PointerPointer sd,
IntBuffer nb_sd,
int type,
AVBufferRef buf,
int flags) |
static AVFrameSideData |
avutil.av_frame_side_data_add(PointerPointer sd,
IntPointer nb_sd,
int type,
AVBufferRef buf,
int flags) |
static AVFrameSideData |
avutil.av_frame_side_data_add(PointerPointer sd,
IntPointer nb_sd,
int type,
PointerPointer buf,
int flags)
Add a new side data entry to an array from an existing AVBufferRef.
|
static AVFrameSideData |
avutil.av_frame_side_data_get_c(AVFrameSideData sd,
int nb_sd,
int type) |
static AVFrameSideData |
avutil.av_frame_side_data_get_c(PointerPointer sd,
int nb_sd,
int type)
Get a side data entry of a specific type from an array.
|
static AVFrameSideData |
avutil.av_frame_side_data_get(AVFrameSideData sd,
int nb_sd,
int type) |
static AVFrameSideData |
avutil.av_frame_side_data_get(PointerPointer sd,
int nb_sd,
int type)
Wrapper around av_frame_side_data_get_c() to workaround the limitation
that for any type T the conversion from T * const * to const T * const *
is not performed automatically in C.
|
static AVFrameSideData |
avutil.av_frame_side_data_new(PointerPointer sd,
int[] nb_sd,
int type,
long size,
int flags) |
static AVFrameSideData |
avutil.av_frame_side_data_new(PointerPointer sd,
IntBuffer nb_sd,
int type,
long size,
int flags) |
static AVFrameSideData |
avutil.av_frame_side_data_new(PointerPointer sd,
IntPointer nb_sd,
int type,
long size,
int flags)
Add new side data entry to an array.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
avutil.av_frame_side_data_clone(PointerPointer sd,
int[] nb_sd,
AVFrameSideData src,
int flags) |
static int |
avutil.av_frame_side_data_clone(PointerPointer sd,
IntBuffer nb_sd,
AVFrameSideData src,
int flags) |
static int |
avutil.av_frame_side_data_clone(PointerPointer sd,
IntPointer nb_sd,
AVFrameSideData src,
int flags)
Add a new side data entry to an array based on existing side data, taking
a reference towards the contained AVBufferRef.
|
static AVFrameSideData |
avutil.av_frame_side_data_get_c(AVFrameSideData sd,
int nb_sd,
int type) |
static AVFrameSideData |
avutil.av_frame_side_data_get(AVFrameSideData sd,
int nb_sd,
int type) |
Copyright © 2024. All rights reserved.