Пример #1
0
 public static extern int avformat_open_input(AVFormatContext** ps, String filename, AVInputFormat* fmt, AVDictionary** options);
Пример #2
0
 public static extern AVInputFormat* av_input_video_device_next(AVInputFormat* d);
Пример #3
0
 public static extern AVInputFormat* av_iformat_next(AVInputFormat* f);
Пример #4
0
 public static extern int av_probe_input_buffer(AVIOContext* pb, AVInputFormat** fmt, String filename, void* logctx, int offset, int max_probe_size);
Пример #5
0
 public static extern void av_register_input_format(AVInputFormat* format);
Пример #6
0
 public static extern int avformat_open_input(AVFormatContext** @ps, [MarshalAs(UnmanagedType.LPStr)] string @url, AVInputFormat* @fmt, AVDictionary** @options);
Пример #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);
Пример #8
0
 public static extern int avdevice_list_input_sources(AVInputFormat* @device, [MarshalAs(UnmanagedType.LPStr)] string @device_name, AVDictionary* @device_options, AVDeviceInfoList** @device_list);
Пример #9
0
 public static extern AVInputFormat* av_input_audio_device_next(AVInputFormat* @d);