Libav
|
Main libavdevice API header. More...
#include "version.h"
Go to the source code of this file.
Functions | |
unsigned | avdevice_version (void) |
Return the LIBAVDEVICE_VERSION_INT constant. More... | |
const char * | avdevice_configuration (void) |
Return the libavdevice build-time configuration. More... | |
const char * | avdevice_license (void) |
Return the libavdevice license. More... | |
void | avdevice_register_all (void) |
Initialize libavdevice and register all the input and output devices. More... | |
Main libavdevice API header.
Definition in file avdevice.h.
unsigned avdevice_version | ( | void | ) |
Return the LIBAVDEVICE_VERSION_INT constant.
Definition at line 22 of file avdevice.c.
const char* avdevice_configuration | ( | void | ) |
Return the libavdevice build-time configuration.
Definition at line 27 of file avdevice.c.
const char* avdevice_license | ( | void | ) |
Return the libavdevice license.
Definition at line 32 of file avdevice.c.
Initialize libavdevice and register all the input and output devices.
Definition at line 41 of file alldevices.c.
Referenced by main().