Package | Description |
---|---|
org.bytedeco.ffmpeg.avcodec | |
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
void |
AVCodec.Init_static_data_AVCodec.call(AVCodec codec) |
AVCodecContext |
AVCodecContext.codec(AVCodec setter) |
AVCodec |
AVCodec.next(AVCodec setter) |
Modifier and Type | Method and Description |
---|---|
AVCodec |
AVFormatContext.audio_codec()
Forced audio codec.
|
AVCodec |
AVFormatContext.data_codec()
Forced data codec.
|
AVCodec |
AVFormatContext.subtitle_codec()
Forced subtitle codec.
|
AVCodec |
AVFormatContext.video_codec()
Forced video codec.
|
Modifier and Type | Method and Description |
---|---|
AVFormatContext |
AVFormatContext.audio_codec(AVCodec setter) |
AVFormatContext |
AVFormatContext.data_codec(AVCodec setter) |
AVFormatContext |
AVFormatContext.subtitle_codec(AVCodec setter) |
AVFormatContext |
AVFormatContext.video_codec(AVCodec setter) |
Modifier and Type | Method and Description |
---|---|
static AVCodec |
avcodec.av_codec_iterate(Pointer opaque) |
static AVCodec |
avcodec.av_codec_iterate(PointerPointer opaque)
Iterate over all registered codecs.
|
static AVCodec |
avcodec.av_codec_next(AVCodec c)
Deprecated.
|
static AVCodec |
avformat.av_format_get_audio_codec(AVFormatContext s)
Deprecated.
|
static AVCodec |
avformat.av_format_get_data_codec(AVFormatContext s)
Deprecated.
|
static AVCodec |
avformat.av_format_get_subtitle_codec(AVFormatContext s)
Deprecated.
|
static AVCodec |
avformat.av_format_get_video_codec(AVFormatContext s)
Deprecated.
|
static AVCodec |
avcodec.avcodec_find_decoder_by_name(BytePointer name)
Find a registered decoder with the specified name.
|
static AVCodec |
avcodec.avcodec_find_decoder_by_name(String name) |
static AVCodec |
avcodec.avcodec_find_decoder(int id)
Find a registered decoder with a matching codec ID.
|
static AVCodec |
avcodec.avcodec_find_encoder_by_name(BytePointer name)
Find a registered encoder with the specified name.
|
static AVCodec |
avcodec.avcodec_find_encoder_by_name(String name) |
static AVCodec |
avcodec.avcodec_find_encoder(int id)
Find a registered encoder with a matching codec ID.
|
Modifier and Type | Method and Description |
---|---|
static int |
avcodec.av_codec_get_max_lowres(AVCodec codec)
Deprecated.
|
static int |
avcodec.av_codec_is_decoder(AVCodec codec) |
static int |
avcodec.av_codec_is_encoder(AVCodec codec) |
static AVCodec |
avcodec.av_codec_next(AVCodec c)
Deprecated.
|
static int |
avformat.av_find_best_stream(AVFormatContext ic,
int type,
int wanted_stream_nb,
int related_stream,
AVCodec decoder_ret,
int flags) |
static void |
avformat.av_format_set_audio_codec(AVFormatContext s,
AVCodec c)
Deprecated.
|
static void |
avformat.av_format_set_data_codec(AVFormatContext s,
AVCodec c)
Deprecated.
|
static void |
avformat.av_format_set_subtitle_codec(AVFormatContext s,
AVCodec c)
Deprecated.
|
static void |
avformat.av_format_set_video_codec(AVFormatContext s,
AVCodec c)
Deprecated.
|
static BytePointer |
avcodec.av_get_profile_name(AVCodec codec,
int profile)
Return a name for the specified profile, if available.
|
static AVCodecContext |
avcodec.avcodec_alloc_context3(AVCodec codec)
Allocate an AVCodecContext and set its fields to default values.
|
static int |
avcodec.avcodec_get_context_defaults3(AVCodecContext s,
AVCodec codec)
Deprecated.
This function should not be used, as closing and opening a codec
context multiple time is not supported. A new codec context should be
allocated for each new use.
|
static AVCodecHWConfig |
avcodec.avcodec_get_hw_config(AVCodec codec,
int index)
Retrieve supported hardware configurations for a codec.
|
static int |
avcodec.avcodec_open2(AVCodecContext avctx,
AVCodec codec,
AVDictionary options) |
static int |
avcodec.avcodec_open2(AVCodecContext avctx,
AVCodec codec,
PointerPointer options)
Initialize the AVCodecContext to use the given AVCodec.
|
static void |
avcodec.avcodec_register(AVCodec codec)
Deprecated.
|
static AVStream |
avformat.avformat_new_stream(AVFormatContext s,
AVCodec c)
Add a new stream to a media file.
|
Copyright © 2020. All rights reserved.