io.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include "mvp_av.h"
#include "stb.h"
#include "av_local.h"

Go to the source code of this file.

Functions

int av_write_audio (char *buf, int len)
int av_write_video (char *buf, int len)
int av_get_audio_fd (void)
 Get the file descriptor for the audio hardware device.
int av_get_video_fd (void)
 Get the file descriptor for the video hardware device.


Function Documentation

int av_get_audio_fd void   ) 
 

Get the file descriptor for the audio hardware device.

Returns:
Audio hardware file descriptor.

Definition at line 42 of file io.c.

References fd_audio.

int av_get_video_fd void   ) 
 

Get the file descriptor for the video hardware device.

Returns:
Video hardware file descriptor.

Definition at line 48 of file io.c.

References fd_video.

int av_write_audio char *  buf,
int  len
 

Definition at line 30 of file io.c.

References fd_audio.

int av_write_video char *  buf,
int  len
 

Definition at line 36 of file io.c.

References fd_video.


Generated on Fri Sep 10 03:13:21 2010 for mvpmc by  doxygen 1.4.6