ReactOS 0.4.16-dev-725-g22577ae
|
Go to the source code of this file.
Classes | |
struct | tagAM_MPEGSTREAMTYPE |
struct | tagAM_MPEGSYSTEMTYPE |
Macros | |
#define | AM_MPEGSTREAMTYPE_ELEMENTLENGTH(pStreamType) FIELD_OFFSET(AM_MPEGSTREAMTYPE, bFormat[(pStreamType)->mt.cbFormat]) |
#define | AM_MPEGSTREAMTYPE_NEXT(pStreamType) ((AM_MPEGSTREAMTYPE *)((PBYTE)(pStreamType) + ((AM_MPEGSTREAMTYPE_ELEMENTLENGTH(pStreamType) + 7) & ~7))) |
#define | AM_MPEG_AUDIO_DUAL_MERGE 0 |
#define | AM_MPEG_AUDIO_DUAL_LEFT 1 |
#define | AM_MPEG_AUDIO_DUAL_RIGHT 2 |
Typedefs | |
typedef struct tagAM_MPEGSTREAMTYPE | AM_MPEGSTREAMTYPE |
typedef struct tagAM_MPEGSYSTEMTYPE | AM_MPEGSYSTEMTYPE |
Functions | |
DECLARE_INTERFACE_ (IMpegAudioDecoder, IUnknown) | |
#define AM_MPEG_AUDIO_DUAL_LEFT 1 |
Definition at line 51 of file mpegtype.h.
#define AM_MPEG_AUDIO_DUAL_MERGE 0 |
Definition at line 50 of file mpegtype.h.
#define AM_MPEG_AUDIO_DUAL_RIGHT 2 |
Definition at line 52 of file mpegtype.h.
#define AM_MPEGSTREAMTYPE_ELEMENTLENGTH | ( | pStreamType | ) | FIELD_OFFSET(AM_MPEGSTREAMTYPE, bFormat[(pStreamType)->mt.cbFormat]) |
Definition at line 48 of file mpegtype.h.
#define AM_MPEGSTREAMTYPE_NEXT | ( | pStreamType | ) | ((AM_MPEGSTREAMTYPE *)((PBYTE)(pStreamType) + ((AM_MPEGSTREAMTYPE_ELEMENTLENGTH(pStreamType) + 7) & ~7))) |
Definition at line 49 of file mpegtype.h.
DECLARE_INTERFACE_ | ( | IMpegAudioDecoder | , |
IUnknown | |||
) |
Definition at line 26 of file mpegtype.h.