| FFmpeg
    4.0
    | 
#include "dshow_capture.h"Go to the source code of this file.
| Macros | |
| #define | dstruct(pctx, sname, var, type) dshowdebug(" "#var":\t%"type"\n", sname->var) | 
| Functions | |
| long | ff_copy_dshow_media_type (AM_MEDIA_TYPE *dst, const AM_MEDIA_TYPE *src) | 
| void | ff_printGUID (const GUID *g) | 
| static const char * | dshow_context_to_name (void *ptr) | 
| void | ff_print_VIDEO_STREAM_CONFIG_CAPS (const VIDEO_STREAM_CONFIG_CAPS *caps) | 
| void | ff_print_AUDIO_STREAM_CONFIG_CAPS (const AUDIO_STREAM_CONFIG_CAPS *caps) | 
| void | ff_print_AM_MEDIA_TYPE (const AM_MEDIA_TYPE *type) | 
| Variables | |
| static const AVClass | ff_dshow_context_class = { "DirectShow", dshow_context_to_name } | 
| const AVClass * | ff_dshow_context_class_ptr = &ff_dshow_context_class | 
| #define dstruct | ( | pctx, | |
| sname, | |||
| var, | |||
| type | |||
| ) | dshowdebug(" "#var":\t%"type"\n", sname->var) | 
Definition at line 62 of file dshow_common.c.
| long ff_copy_dshow_media_type | ( | AM_MEDIA_TYPE * | dst, | 
| const AM_MEDIA_TYPE * | src | ||
| ) | 
Definition at line 24 of file dshow_common.c.
Referenced by DECLARE_QUERYINTERFACE(), libAVEnumMediaTypes_Setup(), libAVPin_ConnectionMediaType(), and libAVPin_ReceiveConnection().
Definition at line 42 of file dshow_common.c.
Referenced by ff_print_AM_MEDIA_TYPE(), ff_print_AUDIO_STREAM_CONFIG_CAPS(), and ff_print_VIDEO_STREAM_CONFIG_CAPS().
| 
 | static | 
Definition at line 55 of file dshow_common.c.
| void ff_print_VIDEO_STREAM_CONFIG_CAPS | ( | const VIDEO_STREAM_CONFIG_CAPS * | caps | ) | 
Definition at line 85 of file dshow_common.c.
Referenced by dshow_cycle_formats().
| void ff_print_AUDIO_STREAM_CONFIG_CAPS | ( | const AUDIO_STREAM_CONFIG_CAPS * | caps | ) | 
Definition at line 115 of file dshow_common.c.
Referenced by dshow_cycle_formats().
| void ff_print_AM_MEDIA_TYPE | ( | const AM_MEDIA_TYPE * | type | ) | 
Definition at line 134 of file dshow_common.c.
Referenced by dshow_cycle_formats(), and libAVPin_ReceiveConnection().
| 
 | static | 
Definition at line 59 of file dshow_common.c.
| const AVClass* ff_dshow_context_class_ptr = &ff_dshow_context_class | 
Definition at line 60 of file dshow_common.c.
 1.8.13
 1.8.13