|
| HRESULT | AddMediaStream ([in] IAMMediaStream *pAMMediaStream) |
| |
| HRESULT | GetMediaStream ([in] REFMSPID idPurpose, [out] IMediaStream **ppMediaStream) |
| |
| HRESULT | EnumMediaStreams ([in] long Index, [out] IMediaStream **ppMediaStream) |
| |
| HRESULT | SupportSeeking ([in] BOOL bRenderer) |
| |
| HRESULT | ReferenceTimeToStreamTime ([in][out] REFERENCE_TIME *pTime) |
| |
| HRESULT | GetCurrentStreamTime ([out] REFERENCE_TIME *pCurrentStreamTime) |
| |
| HRESULT | WaitUntil ([in] REFERENCE_TIME WaitStreamTime) |
| |
| HRESULT | Flush ([in] BOOL bCancelEOS) |
| |
| HRESULT | EndOfStream () |
| |
| HRESULT | EnumPins ([out] IEnumPins **ppEnum) |
| |
| HRESULT | FindPin ([in, string] LPCWSTR Id, [out] IPin **ppPin) |
| |
| HRESULT | QueryFilterInfo ([out] FILTER_INFO *pInfo) |
| |
| HRESULT | JoinFilterGraph ([in] IFilterGraph *pGraph, [in, string] LPCWSTR pName) |
| |
| HRESULT | QueryVendorInfo ([out, string] LPWSTR *pVendorInfo) |
| |
| HRESULT | Stop (void) |
| |
| HRESULT | Pause (void) |
| |
| HRESULT | Run (REFERENCE_TIME tStart) |
| |
| HRESULT | GetState ([in] DWORD dwMilliSecsTimeout, [out] FILTER_STATE *State) |
| |
| HRESULT | SetSyncSource ([in] IReferenceClock *pClock) |
| |
| HRESULT | GetSyncSource ([out] IReferenceClock **pClock) |
| |
| HRESULT | GetClassID ([out] CLSID *pClassID) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 155 of file amstream.idl.