|
FFmpeg
|
#include "config.h"#include <fcntl.h>#include <sys/ioctl.h>#include <sys/soundcard.h>#include "libavutil/internal.h"#include "avdevice.h"#include "libavformat/internal.h"#include "oss.h"Go to the source code of this file.
Functions | |
| static int | audio_write_header (AVFormatContext *s1) |
| static int | audio_write_packet (AVFormatContext *s1, AVPacket *pkt) |
| static int | audio_write_trailer (AVFormatContext *s1) |
Variables | |
| static const AVClass | oss_muxer_class |
| const AVOutputFormat | ff_oss_muxer |
|
static |
|
static |
|
static |
|
static |
| const AVOutputFormat ff_oss_muxer |
1.8.17