Revision 08982bb4
libavdevice/alsa-audio.h | ||
---|---|---|
63 | 63 |
* |
64 | 64 |
* @return 0 if OK, AVERROR_xxx on error |
65 | 65 |
*/ |
66 |
int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode, unsigned int *sample_rate, |
|
66 |
int ff_alsa_open(AVFormatContext *s, snd_pcm_stream_t mode, |
|
67 |
unsigned int *sample_rate, |
|
67 | 68 |
int channels, enum CodecID *codec_id); |
68 | 69 |
|
69 | 70 |
/** |
Also available in: Unified diff