Revision c1736936 libavdevice/avdevice.h
libavdevice/avdevice.h | ||
---|---|---|
39 | 39 |
unsigned avdevice_version(void); |
40 | 40 |
|
41 | 41 |
/** |
42 |
* Returns the libavdevice build-time configuration. |
|
43 |
*/ |
|
44 |
const char * avdevice_configuration(void); |
|
45 |
|
|
46 |
/** |
|
47 |
* Returns the libavdevice license. |
|
48 |
*/ |
|
49 |
const char * avdevice_license(void); |
|
50 |
|
|
51 |
/** |
|
42 | 52 |
* Initialize libavdevice and register all the input and output devices. |
43 | 53 |
* @warning This function is not thread safe. |
44 | 54 |
*/ |
Also available in: Unified diff