static avformat.AVInputFormat |
avformat.av_find_input_format(BytePointer short_name)
Find AVInputFormat based on the short name of the input format.
|
static avformat.AVInputFormat |
avformat.av_find_input_format(String short_name) |
static avformat.AVInputFormat |
avformat.av_iformat_next(avformat.AVInputFormat f)
If f is NULL, returns the first registered input format,
if f is non-NULL, returns the next registered input format after f
or NULL if f is the last one.
|
static avformat.AVInputFormat |
avdevice.av_input_audio_device_next(avformat.AVInputFormat d)
Audio input devices iterator.
|
static avformat.AVInputFormat |
avdevice.av_input_video_device_next(avformat.AVInputFormat d)
Video input devices iterator.
|
static avformat.AVInputFormat |
avformat.av_probe_input_format(avformat.AVProbeData pd,
int is_opened)
Guess the file format.
|
static avformat.AVInputFormat |
avformat.av_probe_input_format2(avformat.AVProbeData pd,
int is_opened,
int[] score_max) |
static avformat.AVInputFormat |
avformat.av_probe_input_format2(avformat.AVProbeData pd,
int is_opened,
IntBuffer score_max) |
static avformat.AVInputFormat |
avformat.av_probe_input_format2(avformat.AVProbeData pd,
int is_opened,
IntPointer score_max)
Guess the file format.
|
static avformat.AVInputFormat |
avformat.av_probe_input_format3(avformat.AVProbeData pd,
int is_opened,
int[] score_ret) |
static avformat.AVInputFormat |
avformat.av_probe_input_format3(avformat.AVProbeData pd,
int is_opened,
IntBuffer score_ret) |
static avformat.AVInputFormat |
avformat.av_probe_input_format3(avformat.AVProbeData pd,
int is_opened,
IntPointer score_ret)
Guess the file format.
|
avformat.AVInputFormat |
avformat.AVInputFormat.create_device_capabilities(avformat.AVInputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery create_device_capabilities) |
avformat.AVInputFormat |
avformat.AVInputFormat.flags(int flags) |
avformat.AVInputFormat |
avformat.AVInputFormat.free_device_capabilities(avformat.AVInputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery free_device_capabilities) |
avformat.AVInputFormat |
avformat.AVInputFormat.get_device_list(avformat.AVInputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList get_device_list) |
avformat.AVInputFormat |
avformat.AVFormatContext.iformat()
The input container format.
|
avformat.AVInputFormat |
avformat.AVInputFormat.next()
No fields below this line are part of the public API.
|
avformat.AVInputFormat |
avformat.AVInputFormat.next(avformat.AVInputFormat next) |
avformat.AVInputFormat |
avformat.AVInputFormat.position(long position) |
avformat.AVInputFormat |
avformat.AVInputFormat.priv_data_size(int priv_data_size) |
avformat.AVInputFormat |
avformat.AVInputFormat.raw_codec_id(int raw_codec_id) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_close(avformat.AVInputFormat.Read_close_AVFormatContext read_close) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_header(avformat.AVInputFormat.Read_header_AVFormatContext read_header) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_packet(avformat.AVInputFormat.Read_packet_AVFormatContext_AVPacket read_packet) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_pause(avformat.AVInputFormat.Read_pause_AVFormatContext read_pause) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_play(avformat.AVInputFormat.Read_play_AVFormatContext read_play) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_probe(avformat.AVInputFormat.Read_probe_AVProbeData read_probe) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_seek(avformat.AVInputFormat.Read_seek_AVFormatContext_int_long_int read_seek) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_seek2(avformat.AVInputFormat.Read_seek2_AVFormatContext_int_long_long_long_int read_seek2) |
avformat.AVInputFormat |
avformat.AVInputFormat.read_timestamp(avformat.AVInputFormat.Read_timestamp_AVFormatContext_int_LongPointer_long read_timestamp) |