FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

Main libavdevice API header. More...

#include "version.h"
#include "libavformat/avformat.h"

Go to the source code of this file.

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.
 

Detailed Description

Main libavdevice API header.

Definition in file avdevice.h.

Function Documentation

unsigned avdevice_version ( void  )

Return the LIBAVDEVICE_VERSION_INT constant.

Definition at line 23 of file avdevice.c.

const char* avdevice_configuration ( void  )

Return the libavdevice build-time configuration.

Definition at line 29 of file avdevice.c.

const char* avdevice_license ( void  )

Return the libavdevice license.

Definition at line 34 of file avdevice.c.

void avdevice_register_all ( void  )

Initialize libavdevice and register all the input and output devices.

Warning
This function is not thread safe.

Definition at line 40 of file alldevices.c.

Referenced by main().