|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| struct | MP_PARAMINFO |
| struct | MP_ENVELOPE_SEGMENT |
| interface | IMediaParamInfo |
| interface | IMediaParams |
Typedefs |
| typedef float | MP_DATA |
| typedef DWORD | MP_CAPS |
| typedef DWORD | MP_TIMEDATA |
| typedef DWORD | MP_FLAGS |
Enumerations |
| enum | MP_TYPE {
MPT_INT,
MPT_FLOAT,
MPT_BOOL,
MPT_ENUM,
MPT_MAX
} |
| enum | MP_CURVE_TYPE {
MP_CURVE_JUMP = 0x0001,
MP_CURVE_LINEAR = 0x0002,
MP_CURVE_SQUARE = 0x0004,
MP_CURVE_INVSQUARE = 0x0008,
MP_CURVE_SINE = 0x0010
} |
Functions |
| | DEFINE_GUID (GUID_TIME_REFERENCE, 0x93ad712b, 0xdaa0, 0x4ffe, 0xbc, 0x81, 0xb0, 0xce, 0x50, 0x0f, 0xcd, 0xd9) |
| | DEFINE_GUID (GUID_TIME_MUSIC, 0x0574c49d, 0x5b04, 0x4b15, 0xa5, 0x42, 0xae, 0x28, 0x20, 0x30, 0x11, 0x7b) |
| | DEFINE_GUID (GUID_TIME_SAMPLES, 0xa8593d05, 0x0c43, 0x4984, 0x9a, 0x63, 0x97, 0xaf, 0x9e, 0x02, 0xc4, 0xc0) |
Variables |
| const MP_DATA | MPBOOL_TRUE = 1.0 |
| const MP_DATA | MPBOOL_FALSE = 0.0 |
| const MP_CAPS | MP_CAPS_CURVE_JUMP = MP_CURVE_JUMP |
| const MP_CAPS | MP_CAPS_CURVE_LINEAR = MP_CURVE_LINEAR |
| const MP_CAPS | MP_CAPS_CURVE_SQUARE = MP_CURVE_SQUARE |
| const MP_CAPS | MP_CAPS_CURVE_INVSQUARE = MP_CURVE_INVSQUARE |
| const MP_CAPS | MP_CAPS_CURVE_SINE = MP_CURVE_SINE |
| const DWORD | DWORD_ALLPARAMS = -1 |
| const MP_FLAGS | MPF_ENVLP_STANDARD = 0x0000 |
| const MP_FLAGS | MPF_ENVLP_BEGIN_CURRENTVAL = 0x0001 |
| const MP_FLAGS | MPF_ENVLP_BEGIN_NEUTRALVAL = 0x0002 |
| const MP_FLAGS | MPF_PUNCHIN_REFTIME = 0 |
| const MP_FLAGS | MPF_PUNCHIN_NOW = 0x0001 |
| const MP_FLAGS | MPF_PUNCHIN_STOPPED = 0x0002 |
Generated on Wed May 23 2012 05:33:31 for ReactOS by
1.7.6.1
|