Unit 'WinApiM.MediaApi.MfObjects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_win_api_media]

IMFAttributes

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: WinApiM.MediaApi.MfObjects.pas line 594

type IMFAttributes = interface(IUnknown)

  function GetItem();

  

  function GetItemType();

  

  function CompareItem();

  

  function Compare();

  

  function GetUINT32();

  

  function GetUINT64();

  

  function GetDouble();

  

  function GetGUID();

  

  function GetStringLength();

  

  function GetString();

  

  function GetAllocatedString();

  

  function GetBlobSize();

  

  function GetBlob();

  

  function GetAllocatedBlob();

  

  function GetUnknown();

  

  function SetItem();

  

  function DeleteItem();

  

  function DeleteAllItems;

  

  function SetUINT32();

  

  function SetUINT64();

  

  function SetDouble();

  

  function SetGUID();

  

  function SetString();

  

  function SetBlob();

  

  function SetUnknown();

  

  function LockStore;

  

  function UnlockStore;

  

  function GetCount();

  

  function GetItemByIndex();

  

  function CopyAllItems();

  

end;

Inheritance

IMFAttributes

  

|

IInterface



CT Web help

CodeTyphon Studio