|
| HRESULT | GetFormat ([out] AM_MEDIA_TYPE *pMediaType, [in] DWORD dwFlags) |
| |
| HRESULT | SetFormat ([in] AM_MEDIA_TYPE *pMediaType, [in] DWORD dwFlags) |
| |
| HRESULT | CreateSample ([in] long lSampleSize, [in] BYTE *pbBuffer, [in] DWORD dwFlags, [in] IUnknown *pUnkOuter, [out] IAMMediaTypeSample **ppAMMediaTypeSample) |
| |
| HRESULT | GetStreamAllocatorRequirements ([out] ALLOCATOR_PROPERTIES *pProps) |
| |
| HRESULT | SetStreamAllocatorRequirements ([in] ALLOCATOR_PROPERTIES *pProps) |
| |
| HRESULT | GetFormat ([out] AM_MEDIA_TYPE *pMediaType, [in] DWORD dwFlags) |
| |
| HRESULT | SetFormat ([in] AM_MEDIA_TYPE *pMediaType, [in] DWORD dwFlags) |
| |
| HRESULT | CreateSample ([in] long lSampleSize, [in] BYTE *pbBuffer, [in] DWORD dwFlags, [in] IUnknown *pUnkOuter, [out] IAMMediaTypeSample **ppAMMediaTypeSample) |
| |
| HRESULT | GetStreamAllocatorRequirements ([out] ALLOCATOR_PROPERTIES *pProps) |
| |
| HRESULT | SetStreamAllocatorRequirements ([in] ALLOCATOR_PROPERTIES *pProps) |
| |
| HRESULT | GetMultiMediaStream ([out] IMultiMediaStream **ppMultiMediaStream) |
| |
| HRESULT | GetInformation ([out, optional] MSPID *pPurposeId, [out, optional] STREAM_TYPE *pType) |
| |
| HRESULT | SetSameFormat ([in] IMediaStream *pStreamThatHasDesiredFormat, [in] DWORD dwFlags) |
| |
| HRESULT | AllocateSample ([in] DWORD dwFlags, [out] IStreamSample **ppSample) |
| |
| HRESULT | CreateSharedSample ([in] IStreamSample *pExistingSample, [in] DWORD dwFlags, [out] IStreamSample **ppNewSample) |
| |
| HRESULT | SendEndOfStream (DWORD dwFlags) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 222 of file amstream.idl.