Main libavdevice API header. More...
#include "libavutil/avutil.h"
#include "libavformat/avformat.h"
Go to the source code of this file.
Defines | |
#define | LIBAVDEVICE_VERSION_MAJOR 53 |
#define | LIBAVDEVICE_VERSION_MINOR 4 |
#define | LIBAVDEVICE_VERSION_MICRO 100 |
#define | LIBAVDEVICE_VERSION_INT |
#define | LIBAVDEVICE_VERSION |
#define | LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT |
Functions | |
unsigned | avdevice_version (void) |
Return the LIBAVDEVICE_VERSION_INT constant. | |
const char * | avdevice_configuration (void) |
Return the libavdevice build-time configuration. | |
const char * | avdevice_license (void) |
Return the libavdevice license. | |
void | avdevice_register_all (void) |
Initialize libavdevice and register all the input and output devices. |
Main libavdevice API header.
Definition in file avdevice.h.
Definition at line 57 of file avdevice.h.
#define LIBAVDEVICE_VERSION |
Definition at line 54 of file avdevice.h.
#define LIBAVDEVICE_VERSION_INT |
Definition at line 51 of file avdevice.h.
Referenced by avdevice_version().
#define LIBAVDEVICE_VERSION_MAJOR 53 |
Definition at line 47 of file avdevice.h.
#define LIBAVDEVICE_VERSION_MICRO 100 |
Definition at line 49 of file avdevice.h.
Referenced by avdevice_version().
#define LIBAVDEVICE_VERSION_MINOR 4 |
Definition at line 48 of file avdevice.h.
const char* avdevice_configuration | ( | void | ) |
Return the libavdevice build-time configuration.
Definition at line 28 of file avdevice.c.
const char* avdevice_license | ( | void | ) |
Return the libavdevice license.
Definition at line 33 of file avdevice.c.
Initialize libavdevice and register all the input and output devices.
Definition at line 32 of file alldevices.c.
Referenced by main().
unsigned avdevice_version | ( | void | ) |
Return the LIBAVDEVICE_VERSION_INT constant.
Definition at line 22 of file avdevice.c.