AudioToolbox output device.
More...
import <AudioToolbox/AudioToolbox.h>
#include <pthread.h>
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavformat/mux.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.
◆ check_status()
| static int check_status |
( |
AVFormatContext * | avctx, |
|
|
OSStatus * | status, |
|
|
const char * | msg ) |
|
static |
◆ queue_callback()
| static void queue_callback |
( |
void * | atctx, |
|
|
AudioQueueRef | inAQ, |
|
|
AudioQueueBufferRef | inBuffer ) |
|
static |
◆ at_write_header()
◆ at_write_packet()
◆ at_write_trailer()
◆ options
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
A generic parameter which can be set by the user for muxing or encoding.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 289 of file audiotoolbox.m.
◆ at_class
Initial value:= {
.class_name = "AudioToolbox",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT
Definition at line 295 of file audiotoolbox.m.
◆ ff_audiotoolbox_muxer
Initial value:= {
.p.name = "audiotoolbox",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 303 of file audiotoolbox.m.