| FFmpeg
    | 
#include "config.h"#include <string.h>#include <fcntl.h>#include <sys/ioctl.h>#include <sys/soundcard.h>#include "libavutil/file_open.h"#include "libavutil/log.h"#include "avdevice.h"#include "oss.h"Go to the source code of this file.
| Macros | |
| #define | CHECK_IOCTL_ERROR(event) | 
| Functions | |
| int | ff_oss_audio_open (AVFormatContext *s1, int is_output, const char *audio_device) | 
| int | ff_oss_audio_close (OSSAudioData *s) | 
| #define CHECK_IOCTL_ERROR | ( | event | ) | 
| int ff_oss_audio_open | ( | AVFormatContext * | s1, | 
| int | is_output, | ||
| const char * | audio_device | ||
| ) | 
Definition at line 40 of file oss.c.
Referenced by audio_read_header(), and audio_write_header().
| int ff_oss_audio_close | ( | OSSAudioData * | s | ) | 
Definition at line 137 of file oss.c.
Referenced by audio_read_close(), and audio_write_trailer().
 1.8.17
 1.8.17