| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avformat.AVFormatContext |
avformat.AVFormatContext.audio_codec(avcodec.AVCodec audio_codec) |
static int |
avcodec.av_codec_get_max_lowres(avcodec.AVCodec codec) |
static int |
avcodec.av_codec_is_decoder(avcodec.AVCodec codec) |
static int |
avcodec.av_codec_is_encoder(avcodec.AVCodec codec) |
static avcodec.AVCodec |
avcodec.av_codec_next(avcodec.AVCodec c)
If c is NULL, returns the first registered codec,
if c is non-NULL, returns the next registered codec after c,
or NULL if c is the last one.
|
static int |
avformat.av_find_best_stream(avformat.AVFormatContext ic,
int type,
int wanted_stream_nb,
int related_stream,
avcodec.AVCodec decoder_ret,
int flags) |
static void |
avformat.av_format_set_audio_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static void |
avformat.av_format_set_data_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static void |
avformat.av_format_set_subtitle_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static void |
avformat.av_format_set_video_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static BytePointer |
avcodec.av_get_profile_name(avcodec.AVCodec codec,
int profile)
Return a name for the specified profile, if available.
|
static avcodec.AVCodecContext |
avcodec.avcodec_alloc_context3(avcodec.AVCodec codec)
Allocate an AVCodecContext and set its fields to default values.
|
static int |
avcodec.avcodec_get_context_defaults3(avcodec.AVCodecContext s,
avcodec.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 int |
avcodec.avcodec_open2(avcodec.AVCodecContext avctx,
avcodec.AVCodec codec,
avutil.AVDictionary options) |
static int |
avcodec.avcodec_open2(avcodec.AVCodecContext avctx,
avcodec.AVCodec codec,
PointerPointer options)
Initialize the AVCodecContext to use the given AVCodec.
|
static void |
avcodec.avcodec_register(avcodec.AVCodec codec)
Register the codec codec and initialize libavcodec.
|
static avformat.AVStream |
avformat.avformat_new_stream(avformat.AVFormatContext s,
avcodec.AVCodec c)
Add a new stream to a media file.
|
void |
avcodec.AVCodec.Init_static_data_AVCodec.call(avcodec.AVCodec codec) |
avformat.AVFormatContext |
avformat.AVFormatContext.data_codec(avcodec.AVCodec data_codec) |
avcodec.AVCodec |
avcodec.AVCodec.next(avcodec.AVCodec next) |
avformat.AVFormatContext |
avformat.AVFormatContext.subtitle_codec(avcodec.AVCodec subtitle_codec) |
avformat.AVFormatContext |
avformat.AVFormatContext.video_codec(avcodec.AVCodec video_codec) |
Copyright © 2016. All rights reserved.