| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
avformat.av_guess_codec(avformat.AVOutputFormat fmt,
BytePointer short_name,
BytePointer filename,
BytePointer mime_type,
int type)
Guess the codec ID based upon muxer and filename.
|
static int |
avformat.av_guess_codec(avformat.AVOutputFormat fmt,
String short_name,
String filename,
String mime_type,
int type) |
static avformat.AVOutputFormat |
avformat.av_oformat_next(avformat.AVOutputFormat f)
If f is NULL, returns the first registered output format,
if f is non-NULL, returns the next registered output format after f
or NULL if f is the last one.
|
static void |
avformat.av_register_output_format(avformat.AVOutputFormat format) |
static avformat.AVFormatContext |
avformat.avformat_alloc_output_context(BytePointer format,
avformat.AVOutputFormat oformat,
BytePointer filename)
Deprecated.
deprecated in favor of avformat_alloc_output_context2()
|
static avformat.AVFormatContext |
avformat.avformat_alloc_output_context(String format,
avformat.AVOutputFormat oformat,
String filename)
Deprecated.
|
static int |
avformat.avformat_alloc_output_context2(avformat.AVFormatContext ctx,
avformat.AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename) |
static int |
avformat.avformat_alloc_output_context2(avformat.AVFormatContext ctx,
avformat.AVOutputFormat oformat,
String format_name,
String filename) |
static int |
avformat.avformat_alloc_output_context2(PointerPointer ctx,
avformat.AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename)
Allocate an AVFormatContext for an output format.
|
static int |
avformat.avformat_query_codec(avformat.AVOutputFormat ofmt,
int codec_id,
int std_compliance)
Test if the given container can store a codec.
|
avformat.AVOutputFormat |
avformat.AVOutputFormat.next(avformat.AVOutputFormat next) |
avformat.AVFormatContext |
avformat.AVFormatContext.oformat(avformat.AVOutputFormat oformat) |
Copyright © 2014. All Rights Reserved.