|
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 | AM_MEDIA_TYPE |
| struct | ALLOCATOR_PROPERTIES |
| interface | IPin |
| struct | PPIN_INFO |
| interface | IEnumPins |
| interface | IEnumMediaTypes |
| interface | IFilterGraph |
| interface | IEnumFilters |
| interface | IMediaFilter |
| interface | IBaseFilter |
| struct | FILTER_INFO |
| interface | LPREFERENCECLOCK |
| interface | IReferenceClockTimerControl |
| interface | IMediaSample |
| struct | AM_SAMPLE2_PROPERTIES |
| interface | IMediaSample2 |
| interface | IMemAllocator |
| interface | IMemAllocatorCallbackTemp |
| interface | IMemAllocatorNotifyCallbackTemp |
| interface | IMemInputPin |
| interface | IAMovieSetup |
| interface | IMediaSeeking |
Defines |
| #define | CHARS_IN_GUID 39 |
| #define | MAX_PIN_NAME 128 |
| #define | MAX_FILTER_NAME 128 |
| #define | AM_GBF_PREVFRAMESKIPPED 1 |
| #define | AM_GBF_NOTASYNCPOINT 2 |
Typedefs |
| typedef DWORD_PTR | HSEMAPHORE |
| typedef DWORD_PTR | HEVENT |
Enumerations |
| enum | PIN_DIRECTION { PINDIR_INPUT,
PINDIR_OUTPUT
} |
| enum | tagAM_SAMPLE_PROPERTY_FLAGS {
AM_SAMPLE_SPLICEPOINT = 0x01,
AM_SAMPLE_PREROLL = 0x02,
AM_SAMPLE_DATADISCONTINUITY = 0x04,
AM_SAMPLE_TYPECHANGED = 0x08,
AM_SAMPLE_TIMEVALID = 0x10,
AM_SAMPLE_TIMEDISCONTINUITY = 0x40,
AM_SAMPLE_FLUSH_ON_PAUSE = 0x80,
AM_SAMPLE_STOPVALID = 0x100,
AM_SAMPLE_ENDOFSTREAM = 0x200,
AM_STREAM_MEDIA = 0,
AM_STREAM_CONTROL = 1
} |
| enum | AM_SEEKING_SEEKING_FLAGS {
AM_SEEKING_NoPositioning = 0x00,
AM_SEEKING_AbsolutePositioning = 0x01,
AM_SEEKING_RelativePositioning = 0x02,
AM_SEEKING_IncrementalPositioning = 0x03,
AM_SEEKING_PositioningBitsMask = 0x03,
AM_SEEKING_SeekToKeyFrame = 0x04,
AM_SEEKING_ReturnTime = 0x08,
AM_SEEKING_Segment = 0x10,
AM_SEEKING_NoFlush = 0x20
} |
| enum | AM_SEEKING_SEEKING_CAPABILITIES {
AM_SEEKING_CanSeekAbsolute = 0x001,
AM_SEEKING_CanSeekForwards = 0x002,
AM_SEEKING_CanSeekBackwards = 0x004,
AM_SEEKING_CanGetCurrentPos = 0x008,
AM_SEEKING_CanGetStopPos = 0x010,
AM_SEEKING_CanGetDuration = 0x020,
AM_SEEKING_CanPlayBackwards = 0x040,
AM_SEEKING_CanDoSegments = 0x080,
AM_SEEKING_Source = 0x100
} |
| enum | tagAM_MEDIAEVENT_FLAGS { AM_MEDIAEVENT_NONOTIFY = 0x01
} |
Variables |
REFERENCE_TIME_DEFINED typedef
LONGLONG | REFERENCE_TIME |
| REFTIME_DEFINED typedef DOUBLE | REFTIME |
Generated on Sat May 26 2012 05:34:27 for ReactOS by
1.7.6.1
|