FFmpeg
Loading...
Searching...
No Matches
vsrc_gfxcapture.h
Go to the documentation of this file.
1/*
2 * This file is part of FFmpeg.
3 *
4 * FFmpeg is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * FFmpeg is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
19#ifndef AVFILTER_VSRC_GFXCAPTURE_H
20#define AVFILTER_VSRC_GFXCAPTURE_H
21
22#include "libavutil/log.h"
23#include "libavutil/rational.h"
25
27
34
41
46
71
72#ifdef __cplusplus
73#define NOEXCEPT noexcept
74#else
75#define NOEXCEPT
76#endif
77
82
83#undef NOEXCEPT
84
85#endif /* AVFILTER_VSRC_GFXCAPTURE_H */
Main libavfilter public API header.
#define av_cold
Definition attributes.h:117
Utilities for rational number calculation.
Describe the class of an AVClass context structure.
Definition log.h:76
An instance of a filter.
Definition avfilter.h:273
Rational number (pair of numerator and denominator).
Definition rational.h:58
const char * window_text
GfxCaptureContextCpp * ctx
const AVClass * avclass
const char * window_exe
const char * window_class
#define NOEXCEPT
GfxScaleMode
@ GFX_SCALE_BILINEAR
@ GFX_SCALE_NB
@ GFX_SCALE_BICUBIC
@ GFX_SCALE_POINT
GfxResizeMode
@ GFX_RESIZE_SCALE
@ GFX_RESIZE_CROP
@ GFX_RESIZE_SCALE_ASPECT
@ GFX_RESIZE_NB
av_cold void ff_gfxcapture_uninit(AVFilterContext *avctx) NOEXCEPT
int ff_gfxcapture_activate(AVFilterContext *avctx) NOEXCEPT
GfxMonitorIdx
@ GFX_MONITOR_IDX_WINDOW
@ GFX_MONITOR_IDX_DEFAULT
int ff_gfxcapture_config_props(AVFilterLink *outlink) NOEXCEPT
av_cold int ff_gfxcapture_init(AVFilterContext *avctx) NOEXCEPT