avformat.AVOutputFormat |
avformat.AVOutputFormat.audio_codec(int audio_codec) |
static avformat.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 avformat.AVOutputFormat |
avformat.av_guess_format(String short_name,
String filename,
String mime_type) |
static avformat.AVOutputFormat |
avformat.av_muxer_iterate(Pointer opaque) |
static avformat.AVOutputFormat |
avformat.av_muxer_iterate(PointerPointer opaque)
Iterate over all registered muxers.
|
static avformat.AVOutputFormat |
avformat.av_oformat_next(avformat.AVOutputFormat f)
Deprecated.
|
static avformat.AVOutputFormat |
avdevice.av_output_audio_device_next(avformat.AVOutputFormat d)
Audio output devices iterator.
|
static avformat.AVOutputFormat |
avdevice.av_output_video_device_next(avformat.AVOutputFormat d)
Video output devices iterator.
|
avformat.AVOutputFormat |
avformat.AVOutputFormat.check_bitstream(avformat.AVOutputFormat.Check_bitstream_AVFormatContext_AVPacket check_bitstream) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.control_message(avformat.AVOutputFormat.Control_message_AVFormatContext_int_Pointer_long control_message) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.create_device_capabilities(avformat.AVOutputFormat.Create_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery create_device_capabilities) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.data_codec(int data_codec) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.deinit(avformat.AVOutputFormat.Deinit_AVFormatContext deinit) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.flags(int flags) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.free_device_capabilities(avformat.AVOutputFormat.Free_device_capabilities_AVFormatContext_AVDeviceCapabilitiesQuery free_device_capabilities) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.get_device_list(avformat.AVOutputFormat.Get_device_list_AVFormatContext_AVDeviceInfoList get_device_list) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.get_output_timestamp(avformat.AVOutputFormat.Get_output_timestamp_AVFormatContext_int_LongPointer_LongPointer get_output_timestamp) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.init(avformat.AVOutputFormat.Init_AVFormatContext init) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.interleave_packet(avformat.AVOutputFormat.Interleave_packet_AVFormatContext_AVPacket_AVPacket_int interleave_packet) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.next()
No fields below this line are part of the public API.
|
avformat.AVOutputFormat |
avformat.AVOutputFormat.next(avformat.AVOutputFormat next) |
avformat.AVOutputFormat |
avformat.AVFormatContext.oformat()
The output container format.
|
avformat.AVOutputFormat |
avformat.AVOutputFormat.position(long position) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.priv_data_size(int priv_data_size) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.query_codec(avformat.AVOutputFormat.Query_codec_int_int query_codec) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.subtitle_codec(int subtitle_codec) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.video_codec(int video_codec) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.write_header(avformat.AVOutputFormat.Write_header_AVFormatContext write_header) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.write_packet(avformat.AVOutputFormat.Write_packet_AVFormatContext_AVPacket write_packet) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.write_trailer(avformat.AVOutputFormat.Write_trailer_AVFormatContext write_trailer) |
avformat.AVOutputFormat |
avformat.AVOutputFormat.write_uncoded_frame(avformat.AVOutputFormat.Write_uncoded_frame_AVFormatContext_int_PointerPointer_int write_uncoded_frame) |