Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::Windows::Media::MFMetadata Class Reference

Manages metadata for an object. Metadata is information that describes a media file, stream, or other content. Metadata consists of individual properties, where each property contains a descriptive name and a value. A property may be associated with a particular language. More...

#include <HWMFIDL.h>

Inheritance diagram for Harlinn::Windows::Media::MFMetadata:
[legend]
Collaboration diagram for Harlinn::Windows::Media::MFMetadata:
[legend]

Public Member Functions

void SetLanguage (LPCWSTR rfc1766) const
 
void GetLanguage (LPWSTR *rfc1766) const
 
void GetAllLanguages (PROPVARIANT *languages) const
 
void SetProperty (LPCWSTR name, const PROPVARIANT *value) const
 
void GetProperty (LPCWSTR name, PROPVARIANT *value) const
 
void DeleteProperty (LPCWSTR name) const
 
void GetAllPropertyNames (PROPVARIANT *names) const
 
- Public Member Functions inherited from Harlinn::Common::Core::Unknown
constexpr Unknown () noexcept
 
 Unknown (IUnknown *unknown, bool addref=false) noexcept
 
 Unknown (REFIID iid, const Unknown &unknown, bool throwIfNoInterface=true)
 
 Unknown (const Unknown &other) noexcept
 
 Unknown (Unknown &&other) noexcept
 
 ~Unknown () noexcept
 
constexpr operator bool () const noexcept
 
Unknownoperator= (const Unknown &other) noexcept
 
Unknownoperator= (Unknown &&other) noexcept
 
void swap (Unknown &other) noexcept
 
void ResetPtr (IUnknown *other=nullptr, bool addRef=false) noexcept
 
Unknownoperator= (nullptr_t)
 
IUnknown * Detach ()
 
template<typename T >
requires std::is_base_of_v<Unknown, T >
T As () const
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
bool Is () const noexcept
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
ComPtr< TAs () const
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool Is () const noexcept
 This function can be used to detect if an object supports a particular COM interface derived from IUnknown.
 
template<typename T = IUnknown>
TGetInterfacePointer () const noexcept
 
bool QueryInterface (REFIID riid, void **itf) const
 Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID). If the COM object implements the interface, then it returns a pointer to that interface after calling IUnknown::AddRef on it.
 
template<typename T >
requires std::is_base_of_v<IUnknown, T>
bool QueryInterface (T **itf) const
 
constexpr bool operator== (const Unknown &other) const noexcept
 
constexpr bool operator!= (const Unknown &other) const noexcept
 
constexpr bool operator== (const IUnknown *other) const noexcept
 
constexpr bool operator!= (const IUnknown *other) const noexcept
 

Additional Inherited Members

- Public Types inherited from Harlinn::Common::Core::Unknown
typedef IUnknown InterfaceType
 
- Static Public Member Functions inherited from Harlinn::Common::Core::Unknown
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const CLSID &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const wchar_t *clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromClassId (const WideString &clsid, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const wchar_t *progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromProgId (const WideString &progId, DWORD classContext=CLSCTX_INPROC_SERVER)
 
template<typename T >
requires std::is_base_of_v<Unknown, T>
static T CoCreateInstanceFromDll (const ModuleHandle &dll, const CLSID &clsid)
 
- Protected Attributes inherited from Harlinn::Common::Core::Unknown
IUnknown * unknown_
 

Detailed Description

Manages metadata for an object. Metadata is information that describes a media file, stream, or other content. Metadata consists of individual properties, where each property contains a descriptive name and a value. A property may be associated with a particular language.

Member Function Documentation

◆ DeleteProperty()

void Harlinn::Windows::Media::MFMetadata::DeleteProperty ( LPCWSTR name) const
inline

◆ GetAllLanguages()

void Harlinn::Windows::Media::MFMetadata::GetAllLanguages ( PROPVARIANT * languages) const
inline

◆ GetAllPropertyNames()

void Harlinn::Windows::Media::MFMetadata::GetAllPropertyNames ( PROPVARIANT * names) const
inline

◆ GetLanguage()

void Harlinn::Windows::Media::MFMetadata::GetLanguage ( LPWSTR * rfc1766) const
inline

◆ GetProperty()

void Harlinn::Windows::Media::MFMetadata::GetProperty ( LPCWSTR name,
PROPVARIANT * value ) const
inline

◆ SetLanguage()

void Harlinn::Windows::Media::MFMetadata::SetLanguage ( LPCWSTR rfc1766) const
inline

◆ SetProperty()

void Harlinn::Windows::Media::MFMetadata::SetProperty ( LPCWSTR name,
const PROPVARIANT * value ) const
inline

The documentation for this class was generated from the following file: