Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVOutputFormat |
AVOutputFormat.audio_codec(int setter) |
AVOutputFormat |
AVOutputFormat.extensions(BytePointer setter) |
AVOutputFormat |
AVOutputFormat.flags(int setter) |
AVOutputFormat |
AVOutputFormat.getPointer(long i) |
AVOutputFormat |
AVOutputFormat.long_name(BytePointer setter) |
AVOutputFormat |
AVOutputFormat.mime_type(BytePointer setter) |
AVOutputFormat |
AVOutputFormat.name(BytePointer setter) |
AVOutputFormat |
AVFormatContext.oformat()
The output container format.
|
AVOutputFormat |
AVOutputFormat.position(long position) |
AVOutputFormat |
AVOutputFormat.priv_class(AVClass setter) |
AVOutputFormat |
AVOutputFormat.subtitle_codec(int setter) |
AVOutputFormat |
AVOutputFormat.video_codec(int setter) |
Modifier and Type | Method and Description |
---|---|
AVFormatContext |
AVFormatContext.oformat(AVOutputFormat setter) |
Modifier and Type | Method and Description |
---|---|
static AVOutputFormat |
avformat.av_guess_format(BytePointer short_name,
BytePointer filename,
BytePointer mime_type)
Return the output format in the list of registered output formats
which best matches the provided parameters, or return NULL if
there is no match.
|
static AVOutputFormat |
avformat.av_guess_format(String short_name,
String filename,
String mime_type) |
static AVOutputFormat |
avformat.av_muxer_iterate(Pointer opaque) |
static AVOutputFormat |
avformat.av_muxer_iterate(PointerPointer opaque)
Iterate over all registered muxers.
|
static AVOutputFormat |
avdevice.av_output_audio_device_next(AVOutputFormat d)
Audio output devices iterator.
|
static AVOutputFormat |
avdevice.av_output_video_device_next(AVOutputFormat d)
Video output devices iterator.
|
Modifier and Type | Method and Description |
---|---|
static int |
avformat.av_guess_codec(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(AVOutputFormat fmt,
String short_name,
String filename,
String mime_type,
int type) |
static AVOutputFormat |
avdevice.av_output_audio_device_next(AVOutputFormat d)
Audio output devices iterator.
|
static AVOutputFormat |
avdevice.av_output_video_device_next(AVOutputFormat d)
Video output devices iterator.
|
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
PointerPointer device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
String device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avformat.avformat_alloc_output_context2(AVFormatContext ctx,
AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename) |
static int |
avformat.avformat_alloc_output_context2(AVFormatContext ctx,
AVOutputFormat oformat,
String format_name,
String filename) |
static int |
avformat.avformat_alloc_output_context2(PointerPointer ctx,
AVOutputFormat oformat,
BytePointer format_name,
BytePointer filename)
Allocate an AVFormatContext for an output format.
|
static int |
avformat.avformat_query_codec(AVOutputFormat ofmt,
int codec_id,
int std_compliance)
Test if the given container can store a codec.
|
static int |
avformat.avformat_transfer_internal_stream_timing_info(AVOutputFormat ofmt,
AVStream ost,
AVStream ist,
int copy_tb)
Deprecated.
do not call this function
|
Copyright © 2024. All rights reserved.