Home | History | Annotate | Download | only in include

Lines Matching refs:IMFMediaType

52 typedef interface IMFMediaType IMFMediaType;
2275 * IMFMediaType interface
2283 IMFMediaType : public IMFAttributes
2292 IMFMediaType *pIMediaType,
2305 __CRT_UUID_DECL(IMFMediaType, 0x44ae0fa8, 0xea31, 0x4109, 0x8d,0x2e, 0x4c,0xae,0x49,0x97,0xc5,0x55)
2313 IMFMediaType* This,
2318 IMFMediaType* This);
2321 IMFMediaType* This);
2325 IMFMediaType* This,
2330 IMFMediaType* This,
2335 IMFMediaType* This,
2341 IMFMediaType* This,
2347 IMFMediaType* This,
2352 IMFMediaType* This,
2357 IMFMediaType* This,
2362 IMFMediaType* This,
2367 IMFMediaType* This,
2372 IMFMediaType* This,
2379 IMFMediaType* This,
2385 IMFMediaType* This,
2390 IMFMediaType* This,
2397 IMFMediaType* This,
2403 IMFMediaType* This,
2409 IMFMediaType* This,
2414 IMFMediaType* This,
2418 IMFMediaType* This);
2421 IMFMediaType* This,
2426 IMFMediaType* This,
2431 IMFMediaType* This,
2436 IMFMediaType* This,
2441 IMFMediaType* This,
2446 IMFMediaType* This,
2452 IMFMediaType* This,
2457 IMFMediaType* This);
2460 IMFMediaType* This);
2463 IMFMediaType* This,
2467 IMFMediaType* This,
2473 IMFMediaType* This,
2476 /*** IMFMediaType methods ***/
2478 IMFMediaType* This,
2482 IMFMediaType* This,
2486 IMFMediaType* This,
2487 IMFMediaType *pIMediaType,
2491 IMFMediaType* This,
2496 IMFMediaType* This,
2502 interface IMFMediaType {
2543 /*** IMFMediaType methods ***/
2551 static FORCEINLINE HRESULT IMFMediaType_QueryInterface(IMFMediaType* This,REFIID riid,void **ppvObject) {
2554 static FORCEINLINE ULONG IMFMediaType_AddRef(IMFMediaType* This) {
2557 static FORCEINLINE ULONG IMFMediaType_Release(IMFMediaType* This) {
2561 static FORCEINLINE HRESULT IMFMediaType_GetItem(IMFMediaType* This,REFGUID guidKey,PROPVARIANT *pValue) {
2564 static FORCEINLINE HRESULT IMFMediaType_GetItemType(IMFMediaType* This,REFGUID guidKey,MF_ATTRIBUTE_TYPE *pType) {
2567 static FORCEINLINE HRESULT IMFMediaType_CompareItem(IMFMediaType* This,REFGUID guidKey,REFPROPVARIANT Value,WINBOOL *pbResult) {
2570 static FORCEINLINE HRESULT IMFMediaType_Compare(IMFMediaType* This,IMFAttributes *pTheirs,MF_ATTRIBUTES_MATCH_TYPE MatchType,WINBOOL *pbResult) {
2573 static FORCEINLINE HRESULT IMFMediaType_GetUINT32(IMFMediaType* This,REFGUID guidKey,UINT32 *punValue) {
2576 static FORCEINLINE HRESULT IMFMediaType_GetUINT64(IMFMediaType* This,REFGUID guidKey,UINT64 *punValue) {
2579 static FORCEINLINE HRESULT IMFMediaType_GetDouble(IMFMediaType* This,REFGUID guidKey,double *pfValue) {
2582 static FORCEINLINE HRESULT IMFMediaType_GetGUID(IMFMediaType* This,REFGUID guidKey,GUID *pguidValue) {
2585 static FORCEINLINE HRESULT IMFMediaType_GetStringLength(IMFMediaType* This,REFGUID guidKey,UINT32 *pcchLength) {
2588 static FORCEINLINE HRESULT IMFMediaType_GetString(IMFMediaType* This,REFGUID guidKey,LPWSTR pwszValue,UINT32 cchBufSize,UINT32 *pcchLength) {
2591 static FORCEINLINE HRESULT IMFMediaType_GetAllocatedString(IMFMediaType* This,REFGUID guidKey,LPWSTR *ppwszValue,UINT32 *pcchLength) {
2594 static FORCEINLINE HRESULT IMFMediaType_GetBlobSize(IMFMediaType* This,REFGUID guidKey,UINT32 *pcbBlobSize) {
2597 static FORCEINLINE HRESULT IMFMediaType_GetBlob(IMFMediaType* This,REFGUID guidKey,UINT8 *pBuf,UINT32 cbBufSize,UINT32 *pcbBlobSize) {
2600 static FORCEINLINE HRESULT IMFMediaType_GetAllocatedBlob(IMFMediaType* This,REFGUID guidKey,UINT8 **ppBuf,UINT32 *pcbSize) {
2603 static FORCEINLINE HRESULT IMFMediaType_GetUnknown(IMFMediaType* This,REFGUID guidKey,REFIID riid,LPVOID *ppv) {
2606 static FORCEINLINE HRESULT IMFMediaType_SetItem(IMFMediaType* This,REFGUID guidKey,REFPROPVARIANT Value) {
2609 static FORCEINLINE HRESULT IMFMediaType_DeleteItem(IMFMediaType* This,REFGUID guidKey) {
2612 static FORCEINLINE HRESULT IMFMediaType_DeleteAllItems(IMFMediaType* This) {
2615 static FORCEINLINE HRESULT IMFMediaType_SetUINT32(IMFMediaType* This,REFGUID guidKey,UINT32 unValue) {
2618 static FORCEINLINE HRESULT IMFMediaType_SetUINT64(IMFMediaType* This,REFGUID guidKey,UINT64 unValue) {
2621 static FORCEINLINE HRESULT IMFMediaType_SetDouble(IMFMediaType* This,REFGUID guidKey,double fValue) {
2624 static FORCEINLINE HRESULT IMFMediaType_SetGUID(IMFMediaType* This,REFGUID guidKey,REFGUID guidValue) {
2627 static FORCEINLINE HRESULT IMFMediaType_SetString(IMFMediaType* This,REFGUID guidKey,LPCWSTR wszValue) {
2630 static FORCEINLINE HRESULT IMFMediaType_SetBlob(IMFMediaType* This,REFGUID guidKey,const UINT8 *pBuf,UINT32 cbBufSize) {
2633 static FORCEINLINE HRESULT IMFMediaType_SetUnknown(IMFMediaType* This,REFGUID guidKey,IUnknown *pUnknown) {
2636 static FORCEINLINE HRESULT IMFMediaType_LockStore(IMFMediaType* This) {
2639 static FORCEINLINE HRESULT IMFMediaType_UnlockStore(IMFMediaType* This) {
2642 static FORCEINLINE HRESULT IMFMediaType_GetCount(IMFMediaType* This,UINT32 *pcItems) {
2645 static FORCEINLINE HRESULT IMFMediaType_GetItemByIndex(IMFMediaType* This,UINT32 unIndex,GUID *pguidKey,PROPVARIANT *pValue) {
2648 static FORCEINLINE HRESULT IMFMediaType_CopyAllItems(IMFMediaType
2651 /*** IMFMediaType methods ***/
2652 static FORCEINLINE HRESULT IMFMediaType_GetMajorType(IMFMediaType* This,GUID *pguidMajorType) {
2655 static FORCEINLINE HRESULT IMFMediaType_IsCompressedFormat(IMFMediaType* This,WINBOOL *pfCompressed) {
2658 static FORCEINLINE HRESULT IMFMediaType_IsEqual(IMFMediaType* This,IMFMediaType *pIMediaType,DWORD *pdwFlags) {
2661 static FORCEINLINE HRESULT IMFMediaType_GetRepresentation(IMFMediaType* This,GUID guidRepresentation,LPVOID *ppvRepresentation) {
2664 static FORCEINLINE HRESULT IMFMediaType_FreeRepresentation(IMFMediaType* This,GUID guidRepresentation,LPVOID pvRepresentation) {
2673 IMFMediaType* This,
2681 IMFMediaType* This,
2689 IMFMediaType* This,
2690 IMFMediaType *pIMediaType,
2698 IMFMediaType* This,
2707 IMFMediaType* This,
2735 IMFAudioMediaType : public IMFMediaType
2913 /*** IMFMediaType methods ***/
2924 IMFMediaType *pIMediaType,
2984 /*** IMFMediaType methods ***/
3094 /*** IMFMediaType methods ***/
3101 static FORCEINLINE HRESULT IMFAudioMediaType_IsEqual(IMFAudioMediaType* This,IMFMediaType *pIMediaType,DWORD *pdwFlags) {
3379 IMFVideoMediaType : public IMFMediaType
3562 /*** IMFMediaType methods ***/
3573 IMFMediaType *pIMediaType,
3639 /*** IMFMediaType methods ***/
3750 /*** IMFMediaType methods ***/
3757 static FORCEINLINE HRESULT IMFVideoMediaType_IsEqual(IMFVideoMediaType* This,IMFMediaType *pIMediaType,DWORD *pdwFlags) {