#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. | |
|
|
Get the file descriptor for the audio hardware device.
Definition at line 42 of file io.c. References fd_audio. |
|
|
Get the file descriptor for the video hardware device.
Definition at line 48 of file io.c. References fd_video. |
|
||||||||||||
|
Definition at line 30 of file io.c. References fd_audio. |
|
||||||||||||
|
Definition at line 36 of file io.c. References fd_video. |
1.4.6