|
| HRESULT | GetProperties ([in] DWORD cbProperties, [out, size_is(cbProperties)] BYTE *pbProperties) |
| |
| HRESULT | SetProperties ([in] DWORD cbProperties, [in, size_is(cbProperties)] const BYTE *pbProperties) |
| |
| HRESULT | GetPointer ([out] BYTE **ppBuffer) |
| |
| long | GetSize (void) |
| |
| HRESULT | GetTime ([out] REFERENCE_TIME *pTimeStart, [out] REFERENCE_TIME *pTimeEnd) |
| |
| HRESULT | SetTime ([in] REFERENCE_TIME *pTimeStart, [in] REFERENCE_TIME *pTimeEnd) |
| |
| HRESULT | IsSyncPoint (void) |
| |
| HRESULT | SetSyncPoint (BOOL bIsSyncPoint) |
| |
| HRESULT | IsPreroll (void) |
| |
| HRESULT | SetPreroll (BOOL bIsPreroll) |
| |
| LONG | GetActualDataLength (void) |
| |
| HRESULT | SetActualDataLength (LONG length) |
| |
| HRESULT | GetMediaType (AM_MEDIA_TYPE **ppMediaType) |
| |
| HRESULT | SetMediaType (AM_MEDIA_TYPE *pMediaType) |
| |
| HRESULT | IsDiscontinuity (void) |
| |
| HRESULT | SetDiscontinuity (BOOL bDiscontinuity) |
| |
| HRESULT | GetMediaTime ([out] LONGLONG *pTimeStart, [out] LONGLONG *pTimeEnd) |
| |
| HRESULT | SetMediaTime ([in] LONGLONG *pTimeStart, [in] LONGLONG *pTimeEnd) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 470 of file axcore.idl.