|
FFmpeg
|
#include <stdint.h>#include "avformat.h"#include "iamf.h"#include "iamf_writer.h"#include "internal.h"#include "mux.h"Go to the source code of this file.
Data Structures | |
| struct | IAMFMuxContext |
Functions | |
| static int | iamf_init (AVFormatContext *s) |
| static int | iamf_write_header (AVFormatContext *s) |
| static int | iamf_write_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | iamf_write_trailer (AVFormatContext *s) |
| static void | iamf_deinit (AVFormatContext *s) |
Variables | |
| static const AVCodecTag | iamf_codec_tags [] |
| const FFOutputFormat | ff_iamf_muxer |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const FFOutputFormat ff_iamf_muxer |
1.8.17