Wed Aug 18 22:34:21 2010

Asterisk developer's documentation


console_video.c File Reference

#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.

Functions

int console_video_cli (struct video_desc *env, const char *var, int fd)
int console_video_config (struct video_desc **penv, const char *var, const char *val)
void console_video_start (struct video_desc *env, struct ast_channel *owner)
void console_video_uninit (struct video_desc *env)
int console_write_video (struct ast_channel *chan, struct ast_frame *f)
int get_gui_startup (struct video_desc *env)

Variables

int console_video_formats = 0


Function Documentation

int console_video_cli ( struct video_desc *  env,
const char *  var,
int  fd 
)

Definition at line 121 of file console_video.c.

Referenced by console_cmd().

00122 {
00123    return 1;   /* nothing matched */
00124 }

int console_video_config ( struct video_desc **  penv,
const char *  var,
const char *  val 
)

Definition at line 126 of file console_video.c.

Referenced by store_config_core().

00127 {
00128    return 1;   /* no configuration */
00129 }

void console_video_start ( struct video_desc *  env,
struct ast_channel owner 
)

Definition at line 131 of file console_video.c.

References ast_log(), and LOG_NOTICE.

Referenced by oss_new().

00132 {
00133    ast_log(LOG_NOTICE, "voice only, console video support not present\n");
00134 }

void console_video_uninit ( struct video_desc *  env  ) 

Definition at line 136 of file console_video.c.

Referenced by oss_hangup().

00137 {
00138 }

int console_write_video ( struct ast_channel chan,
struct ast_frame f 
)

Definition at line 116 of file console_video.c.

00117 {
00118    return 0;   /* writing video not supported */
00119 }

int get_gui_startup ( struct video_desc *  env  ) 

Definition at line 140 of file console_video.c.

00141 {
00142    return 0; /* no gui here */
00143 }


Variable Documentation

int console_video_formats = 0

Definition at line 145 of file console_video.c.

Referenced by load_module(), and oss_new().


Generated on Wed Aug 18 22:34:21 2010 for Asterisk - the Open Source PBX by  doxygen 1.4.7