| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
avformat.av_demuxer_open(avformat.AVFormatContext ic)
Deprecated.
|
static void |
avformat.av_dump_format(avformat.AVFormatContext ic,
int index,
BytePointer url,
int is_output)
Print detailed information about the input or output format, such as
duration, bitrate, streams, container, programs, metadata, side data,
codec and time base.
|
static void |
avformat.av_dump_format(avformat.AVFormatContext ic,
int index,
String url,
int is_output) |
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 int |
avformat.av_find_best_stream(avformat.AVFormatContext ic,
int type,
int wanted_stream_nb,
int related_stream,
PointerPointer decoder_ret,
int flags)
Find the "best" stream in the file.
|
static int |
avformat.av_find_default_stream_index(avformat.AVFormatContext s) |
static avformat.AVProgram |
avformat.av_find_program_from_stream(avformat.AVFormatContext ic,
avformat.AVProgram last,
int s)
Find the programs which belong to a given stream.
|
static int |
avformat.av_fmt_ctx_get_duration_estimation_method(avformat.AVFormatContext ctx)
Returns the method used to set ctx->duration.
|
static avcodec.AVCodec |
avformat.av_format_get_audio_codec(avformat.AVFormatContext s) |
static avformat.av_format_control_message |
avformat.av_format_get_control_message_cb(avformat.AVFormatContext s) |
static avcodec.AVCodec |
avformat.av_format_get_data_codec(avformat.AVFormatContext s) |
static int |
avformat.av_format_get_metadata_header_padding(avformat.AVFormatContext s) |
static Pointer |
avformat.av_format_get_opaque(avformat.AVFormatContext s) |
static avformat.AVOpenCallback |
avformat.av_format_get_open_cb(avformat.AVFormatContext s)
Deprecated.
|
static int |
avformat.av_format_get_probe_score(avformat.AVFormatContext s)
Accessors for some AVFormatContext fields.
|
static avcodec.AVCodec |
avformat.av_format_get_subtitle_codec(avformat.AVFormatContext s) |
static avcodec.AVCodec |
avformat.av_format_get_video_codec(avformat.AVFormatContext s) |
static void |
avformat.av_format_inject_global_side_data(avformat.AVFormatContext s)
This function will cause global side data to be injected in the next packet
of each stream as well as after any subsequent seek.
|
static void |
avformat.av_format_set_audio_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static void |
avformat.av_format_set_control_message_cb(avformat.AVFormatContext s,
avformat.av_format_control_message callback) |
static void |
avformat.av_format_set_data_codec(avformat.AVFormatContext s,
avcodec.AVCodec c) |
static void |
avformat.av_format_set_metadata_header_padding(avformat.AVFormatContext s,
int c) |
static void |
avformat.av_format_set_opaque(avformat.AVFormatContext s,
Pointer opaque) |
static void |
avformat.av_format_set_open_cb(avformat.AVFormatContext s,
avformat.AVOpenCallback callback)
Deprecated.
|
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 int |
avformat.av_get_output_timestamp(avformat.AVFormatContext s,
int stream,
long[] dts,
long[] wall) |
static int |
avformat.av_get_output_timestamp(avformat.AVFormatContext s,
int stream,
LongBuffer dts,
LongBuffer wall) |
static int |
avformat.av_get_output_timestamp(avformat.AVFormatContext s,
int stream,
LongPointer dts,
LongPointer wall)
Get timing information for the data currently output.
|
static avutil.AVRational |
avformat.av_guess_frame_rate(avformat.AVFormatContext ctx,
avformat.AVStream stream,
avutil.AVFrame frame)
Guess the frame rate, based on both the container and codec information.
|
static avutil.AVRational |
avformat.av_guess_sample_aspect_ratio(avformat.AVFormatContext format,
avformat.AVStream stream,
avutil.AVFrame frame)
Guess the sample aspect ratio of a frame, based on both the stream and the
frame aspect ratio.
|
static int |
avformat.av_interleaved_write_frame(avformat.AVFormatContext s,
avcodec.AVPacket pkt)
Write a packet to an output media file ensuring correct interleaving.
|
static int |
avformat.av_interleaved_write_uncoded_frame(avformat.AVFormatContext s,
int stream_index,
avutil.AVFrame frame)
Write an uncoded frame to an output media file.
|
static avformat.AVProgram |
avformat.av_new_program(avformat.AVFormatContext s,
int id) |
static void |
avformat.av_program_add_stream_index(avformat.AVFormatContext ac,
int progid,
int idx) |
static int |
avformat.av_read_frame(avformat.AVFormatContext s,
avcodec.AVPacket pkt)
Return the next frame of a stream.
|
static int |
avformat.av_read_pause(avformat.AVFormatContext s)
Pause a network-based stream (e.g.
|
static int |
avformat.av_read_play(avformat.AVFormatContext s)
Start playing a network-based stream (e.g.
|
static int |
avformat.av_sdp_create(avformat.AVFormatContext ac,
int n_files,
byte[] buf,
int size) |
static int |
avformat.av_sdp_create(avformat.AVFormatContext ac,
int n_files,
ByteBuffer buf,
int size) |
static int |
avformat.av_sdp_create(avformat.AVFormatContext ac,
int n_files,
BytePointer buf,
int size) |
static int |
avformat.av_seek_frame(avformat.AVFormatContext s,
int stream_index,
long timestamp,
int flags)
Seek to the keyframe at timestamp.
|
static int |
avformat.av_write_frame(avformat.AVFormatContext s,
avcodec.AVPacket pkt)
Write a packet to an output media file.
|
static int |
avformat.av_write_trailer(avformat.AVFormatContext s)
Write the stream trailer to an output media file and free the
file private data.
|
static int |
avformat.av_write_uncoded_frame_query(avformat.AVFormatContext s,
int stream_index)
Test whether a muxer supports uncoded frame.
|
static int |
avformat.av_write_uncoded_frame(avformat.AVFormatContext s,
int stream_index,
avutil.AVFrame frame)
Write an uncoded frame to an output media file.
|
static int |
avdevice.avdevice_app_to_dev_control_message(avformat.AVFormatContext s,
int type,
Pointer data,
long data_size)
Send control message from application to device.
|
static int |
avdevice.avdevice_capabilities_create(avdevice.AVDeviceCapabilitiesQuery caps,
avformat.AVFormatContext s,
avutil.AVDictionary device_options) |
static int |
avdevice.avdevice_capabilities_create(PointerPointer caps,
avformat.AVFormatContext s,
PointerPointer device_options)
Initialize capabilities probing API based on AVOption API.
|
static void |
avdevice.avdevice_capabilities_free(avdevice.AVDeviceCapabilitiesQuery caps,
avformat.AVFormatContext s) |
static void |
avdevice.avdevice_capabilities_free(PointerPointer caps,
avformat.AVFormatContext s)
Free resources created by avdevice_capabilities_create()
|
static int |
avdevice.avdevice_dev_to_app_control_message(avformat.AVFormatContext s,
int type,
Pointer data,
long data_size)
Send control message from device to application.
|
static int |
avdevice.avdevice_list_devices(avformat.AVFormatContext s,
avdevice.AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_devices(avformat.AVFormatContext s,
PointerPointer device_list)
List devices.
|
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 void |
avformat.avformat_close_input(avformat.AVFormatContext s) |
static int |
avformat.avformat_find_stream_info(avformat.AVFormatContext ic,
avutil.AVDictionary options) |
static int |
avformat.avformat_find_stream_info(avformat.AVFormatContext ic,
PointerPointer options)
Read packets of a media file to get stream information.
|
static int |
avformat.avformat_flush(avformat.AVFormatContext s)
Discard all internally buffered data.
|
static void |
avformat.avformat_free_context(avformat.AVFormatContext s)
Free an AVFormatContext and all its streams.
|
static int |
avformat.avformat_init_output(avformat.AVFormatContext s,
avutil.AVDictionary options) |
static int |
avformat.avformat_init_output(avformat.AVFormatContext s,
PointerPointer options)
Allocate the stream private data and initialize the codec, but do not write the header.
|
static int |
avformat.avformat_match_stream_specifier(avformat.AVFormatContext s,
avformat.AVStream st,
BytePointer spec)
Check if the stream st contained in s is matched by the stream specifier
spec.
|
static int |
avformat.avformat_match_stream_specifier(avformat.AVFormatContext s,
avformat.AVStream st,
String spec) |
static avformat.AVStream |
avformat.avformat_new_stream(avformat.AVFormatContext s,
avcodec.AVCodec c)
Add a new stream to a media file.
|
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
BytePointer url,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
String url,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_queue_attached_pictures(avformat.AVFormatContext s) |
static int |
avformat.avformat_seek_file(avformat.AVFormatContext s,
int stream_index,
long min_ts,
long ts,
long max_ts,
int flags)
Seek to timestamp ts.
|
static int |
avformat.avformat_write_header(avformat.AVFormatContext s,
avutil.AVDictionary options) |
static int |
avformat.avformat_write_header(avformat.AVFormatContext s,
PointerPointer options)
Allocate the stream private data and write the stream header to
an output media file.
|
int |
avformat.AVOutputFormat.Write_header_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVOutputFormat.Write_trailer_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVOutputFormat.Init_AVFormatContext.call(avformat.AVFormatContext arg0) |
void |
avformat.AVOutputFormat.Deinit_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVInputFormat.Read_header_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVInputFormat.Read_close_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVInputFormat.Read_play_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVInputFormat.Read_pause_AVFormatContext.call(avformat.AVFormatContext arg0) |
int |
avformat.AVOutputFormat.Write_packet_AVFormatContext_AVPacket.call(avformat.AVFormatContext arg0,
avcodec.AVPacket pkt) |
int |
avformat.AVOutputFormat.Check_bitstream_AVFormatContext_AVPacket.call(avformat.AVFormatContext arg0,
avcodec.AVPacket pkt) |
int |
avformat.AVInputFormat.Read_packet_AVFormatContext_AVPacket.call(avformat.AVFormatContext arg0,
avcodec.AVPacket pkt) |
int |
avformat.AVOutputFormat.Interleave_packet_AVFormatContext_AVPacket_AVPacket_int.call(avformat.AVFormatContext arg0,
avcodec.AVPacket out,
avcodec.AVPacket in,
int flush) |
int |
avformat.AVOutputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery.call(avformat.AVFormatContext s,
avformat.AVDeviceCapabilitiesQuery caps) |
int |
avformat.AVOutputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery.call(avformat.AVFormatContext s,
avformat.AVDeviceCapabilitiesQuery caps) |
int |
avformat.AVInputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery.call(avformat.AVFormatContext s,
avformat.AVDeviceCapabilitiesQuery caps) |
int |
avformat.AVInputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery.call(avformat.AVFormatContext s,
avformat.AVDeviceCapabilitiesQuery caps) |
int |
avformat.AVOutputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList.call(avformat.AVFormatContext s,
avformat.AVDeviceInfoList device_list) |
int |
avformat.AVInputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList.call(avformat.AVFormatContext s,
avformat.AVDeviceInfoList device_list) |
void |
avformat.AVFormatContext.Io_close_AVFormatContext_AVIOContext.call(avformat.AVFormatContext s,
avformat.AVIOContext pb) |
int |
avformat.AVOpenCallback.call(avformat.AVFormatContext s,
avformat.AVIOContext pb,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
avutil.AVDictionary options) |
int |
avformat.AVInputFormat.Read_seek_AVFormatContext_int_long_int.call(avformat.AVFormatContext arg0,
int stream_index,
long timestamp,
int flags) |
int |
avformat.AVInputFormat.Read_seek2_AVFormatContext_int_long_long_long_int.call(avformat.AVFormatContext s,
int stream_index,
long min_ts,
long ts,
long max_ts,
int flags) |
long |
avformat.AVInputFormat.Read_timestamp_AVFormatContext_int_LongPointer_long.call(avformat.AVFormatContext s,
int stream_index,
LongPointer pos,
long pos_limit) |
void |
avformat.AVOutputFormat.Get_output_timestamp_AVFormatContext_int_LongPointer_LongPointer.call(avformat.AVFormatContext s,
int stream,
LongPointer dts,
LongPointer wall) |
int |
avformat.AVOutputFormat.Control_message_AVFormatContext_int_Pointer_long.call(avformat.AVFormatContext s,
int type,
Pointer data,
long data_size) |
int |
avformat.av_format_control_message.call(avformat.AVFormatContext s,
int type,
Pointer data,
long data_size) |
int |
avformat.AVOutputFormat.Write_uncoded_frame_AVFormatContext_int_PointerPointer_int.call(avformat.AVFormatContext arg0,
int stream_index,
PointerPointer frame,
int flags) |
int |
avformat.AVFormatContext.Open_cb_AVFormatContext_PointerPointer_BytePointer_int_AVIOInterruptCB_PointerPointer.call(avformat.AVFormatContext s,
PointerPointer p,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
PointerPointer options)
Deprecated.
|
int |
avformat.AVFormatContext.Io_open_AVFormatContext_PointerPointer_BytePointer_int_PointerPointer.call(avformat.AVFormatContext s,
PointerPointer pb,
BytePointer url,
int flags,
PointerPointer options) |
avdevice.AVDeviceCapabilitiesQuery |
avdevice.AVDeviceCapabilitiesQuery.device_context(avformat.AVFormatContext device_context) |
Copyright © 2018. All rights reserved.