Exemplo n.º 1
0
 public static extern AVOutputFormat* av_output_video_device_next(AVOutputFormat* d);
Exemplo n.º 2
0
 public static extern AVCodecID av_guess_codec(AVOutputFormat* fmt, String short_name, String filename, String mime_type, AVMediaType type);
Exemplo n.º 3
0
 public static extern int avformat_query_codec(AVOutputFormat* ofmt, AVCodecID codec_id, int std_compliance);
Exemplo n.º 4
0
 public static extern AVOutputFormat* av_oformat_next(AVOutputFormat* f);
Exemplo n.º 5
0
 public static extern int avformat_alloc_output_context2(AVFormatContext** ctx, AVOutputFormat* oformat, String format_name, String filename);
Exemplo n.º 6
0
 public static extern AVCodecID av_guess_codec(AVOutputFormat* @fmt, [MarshalAs(UnmanagedType.LPStr)] string @short_name, [MarshalAs(UnmanagedType.LPStr)] string @filename, [MarshalAs(UnmanagedType.LPStr)] string @mime_type, AVMediaType @type);
Exemplo n.º 7
0
 public static extern void av_register_output_format(AVOutputFormat* format);
Exemplo n.º 8
0
 public static extern int avformat_alloc_output_context2(AVFormatContext** @ctx, AVOutputFormat* @oformat, [MarshalAs(UnmanagedType.LPStr)] string @format_name, [MarshalAs(UnmanagedType.LPStr)] string @filename);
Exemplo n.º 9
0
 public static extern int avformat_transfer_internal_stream_timing_info(AVOutputFormat* @ofmt, AVStream* @ost, AVStream* @ist, AVTimebaseSource @copy_tb);
Exemplo n.º 10
0
 public static extern int avdevice_list_output_sinks(AVOutputFormat* @device, [MarshalAs(UnmanagedType.LPStr)] string @device_name, AVDictionary* @device_options, AVDeviceInfoList** @device_list);
Exemplo n.º 11
0
 public static extern AVOutputFormat* av_output_audio_device_next(AVOutputFormat* @d);
Exemplo n.º 12
0
		public static extern AVFormatContext* avformat_alloc_output_context(String format, AVOutputFormat* oformat, String filename);