FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "rawenc.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | ALPHeader |
struct | ALPMuxContext |
Macros | |
#define | ALP_TAG MKTAG('A', 'L', 'P', ' ') |
#define | ALP_MAX_READ_SIZE 4096 |
Enumerations | |
enum | ALPType { ALP_TYPE_AUTO = 0, ALP_TYPE_TUN = 1, ALP_TYPE_PCM = 2 } |