include/codec_type.h File Reference
Definitions of codec type and structures.
More...
#include "amports/amstream.h"
#include "amports/vformat.h"
#include "amports/aformat.h"
Include dependency graph for codec_type.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes |
struct | dec_sysinfo_t |
struct | audio_info_t |
struct | codec_para_t |
Defines |
#define | IS_VALID_PID(t) (t>=0 && t<=0x1fff) |
#define | IS_VALID_STREAM(t) (t>0 && t<=0x1fff) |
#define | IS_VALID_ATYPE(t) (t>=0 && t<AFORMAT_MAX) |
#define | IS_VALID_VTYPE(t) (t>=0 && t<VFORMAT_MAX) |
Typedefs |
typedef int | CODEC_HANDLE |
Enumerations |
enum | stream_type_t {
STREAM_TYPE_UNKNOW,
STREAM_TYPE_ES_VIDEO,
STREAM_TYPE_ES_AUDIO,
STREAM_TYPE_ES_SUB,
STREAM_TYPE_PS,
STREAM_TYPE_TS,
STREAM_TYPE_RM
} |
Detailed Description
Definitions of codec type and structures.
- Author:
- Zhang Chen <[email protected]>
- Version:
- 1.0.0
- Date:
- 2011-02-24
Definition in file codec_type.h.
Generated on Fri Feb 25 15:30:32 2011 for Amcodec by
1.6.1