AudioToolbox output device.
More...
#import <AudioToolbox/AudioToolbox.h>
#include <pthread.h>
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavutil/internal.h"
#include "avdevice.h"
Go to the source code of this file.
AudioToolbox output device.
- Author
- Thilo Borgmann thilo.nosp@m..bor.nosp@m.gmann.nosp@m.@mai.nosp@m.l.de
Definition in file audiotoolbox.m.
static void queue_callback |
( |
void * |
atctx, |
|
|
AudioQueueRef |
inAQ, |
|
|
AudioQueueBufferRef |
inBuffer |
|
) |
| |
|
static |
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 283 of file audiotoolbox.m.
Initial value:= {
.class_name = "AudioToolbox",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 289 of file audiotoolbox.m.
Initial value:= {
.name = "audiotoolbox",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 297 of file audiotoolbox.m.