Include dependency graph for screen.c:

Defines | |
| #define | CACHING_TEXT N_("Caching value in ms") |
| #define | CACHING_LONGTEXT |
| #define | FPS_TEXT N_("Frame rate") |
| #define | FPS_LONGTEXT |
| #define | TOP_TEXT N_( "Subscreen top left corner" ) |
| #define | TOP_LONGTEXT |
| #define | LEFT_TEXT N_( "Subscreen top left corner" ) |
| #define | LEFT_LONGTEXT |
| #define | WIDTH_TEXT N_( "Subscreen width" ) |
| #define | WIDTH_LONGTEXT |
| #define | HEIGHT_TEXT N_( "Subscreen height" ) |
| #define | HEIGHT_LONGTEXT |
| #define | FOLLOW_MOUSE_TEXT N_( "Follow the mouse" ) |
| #define | FOLLOW_MOUSE_LONGTEXT |
| #define | SCREEN_FPS 5 |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | Control (demux_t *, int, va_list) |
| static int | Demux (demux_t *) |
| #define CACHING_LONGTEXT |
Value:
N_( \ "Caching value for screen capture. "\ "This value should be set in milliseconds." )
| #define CACHING_TEXT N_("Caching value in ms") |
| #define FOLLOW_MOUSE_LONGTEXT |
Value:
N_( \ "Follow the mouse when capturing a subscreen." )
| #define FOLLOW_MOUSE_TEXT N_( "Follow the mouse" ) |
| #define FPS_LONGTEXT |
Value:
N_( \ "Desired frame rate for the capture." )
| #define FPS_TEXT N_("Frame rate") |
| #define HEIGHT_LONGTEXT |
Value:
N_( \ "Subscreen height" )
| #define HEIGHT_TEXT N_( "Subscreen height" ) |
| #define LEFT_LONGTEXT |
Value:
N_( \ "Left coordinate of the subscreen top left corner." )
| #define LEFT_TEXT N_( "Subscreen top left corner" ) |
| #define SCREEN_FPS 5 |
| #define TOP_LONGTEXT |
Value:
N_( \ "Top coordinate of the subscreen top left corner." )
| #define TOP_TEXT N_( "Subscreen top left corner" ) |
| #define WIDTH_LONGTEXT |
Value:
N_( \ "Subscreen width" )
| #define WIDTH_TEXT N_( "Subscreen width" ) |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Control | ( | demux_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int Demux | ( | demux_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1