#include "asterisk.h"
#include <sys/ioctl.h>
#include "asterisk/cli.h"
#include "asterisk/file.h"
#include "asterisk/channel.h"
#include "console_video.h"
Go to the source code of this file.
◆ console_video_cli()
      
        
          | int console_video_cli | ( | struct video_desc * | env, | 
        
          |  |  | const char * | var, | 
        
          |  |  | int | fd | 
        
          |  | ) |  |  | 
      
 
 
◆ console_video_config()
      
        
          | int console_video_config | ( | struct video_desc ** | penv, | 
        
          |  |  | const char * | var, | 
        
          |  |  | const char * | val | 
        
          |  | ) |  |  | 
      
 
 
◆ console_video_start()
      
        
          | void console_video_start | ( | struct video_desc * | env, | 
        
          |  |  | struct ast_channel * | owner | 
        
          |  | ) |  |  | 
      
 
 
◆ console_video_uninit()
      
        
          | void console_video_uninit | ( | struct video_desc * | env | ) |  | 
      
 
 
◆ console_write_video()
◆ get_gui_startup()
      
        
          | int get_gui_startup | ( | struct video_desc * | env | ) |  | 
      
 
 
◆ console_video_formats
      
        
          | int console_video_formats = 0 |