Ejemplo n.º 1
0
 public static extern int avformat_open_input(AVFormatContext** ps, String filename, AVInputFormat* fmt, AVDictionary** options);
Ejemplo n.º 2
0
 public static extern AVInputFormat* av_input_video_device_next(AVInputFormat* d);
Ejemplo n.º 3
0
 public static extern AVInputFormat* av_iformat_next(AVInputFormat* f);
Ejemplo n.º 4
0
 public static extern int av_probe_input_buffer(AVIOContext* pb, AVInputFormat** fmt, String filename, void* logctx, int offset, int max_probe_size);
Ejemplo n.º 5
0
 public static extern void av_register_input_format(AVInputFormat* format);
Ejemplo n.º 6
0
 public static extern int avformat_open_input(AVFormatContext** @ps, [MarshalAs(UnmanagedType.LPStr)] string @url, AVInputFormat* @fmt, AVDictionary** @options);
Ejemplo n.º 7
0
 public static extern int av_probe_input_buffer(AVIOContext* @pb, AVInputFormat** @fmt, [MarshalAs(UnmanagedType.LPStr)] string @url, void* @logctx, uint @offset, uint @max_probe_size);
Ejemplo n.º 8
0
 public static extern int avdevice_list_input_sources(AVInputFormat* @device, [MarshalAs(UnmanagedType.LPStr)] string @device_name, AVDictionary* @device_options, AVDeviceInfoList** @device_list);
Ejemplo n.º 9
0
 public static extern AVInputFormat* av_input_audio_device_next(AVInputFormat* @d);