Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
idommetadata.h File Reference
#include <edl/edltypes.h>
#include <edl/edlstring.h>
#include <edl/iedlenum.h>
#include <edl/edlproperty.h>
Include dependency graph for idommetadata.h:

Go to the source code of this file.

Classes

 The IDOMMetadata interface provides access to the metadata attached to the DocumentSequence node. The IDOMMetadata interface is designed to be flexible enough to represent different types of metadata. More...

Macros

#define IDOMMetadataClassID   0x4bc2067b, 0x6b5644dc, 0xa6dd49d9, 0xc2c77c5b
#define edlobj2IDOMMetadata(src)

Functions

 DECL_SMART_PTR (IDOMMetadata)

Macro Definition Documentation

◆ edlobj2IDOMMetadata

#define edlobj2IDOMMetadata ( src)
Value:
edl_cast((IDOMMetadata *)NULL, src)
The IDOMMetadata interface provides access to the metadata attached to the DocumentSequence node....
Definition idommetadata.h:98
CSmartPtr< Type > edl_cast(Type *dst, IEDLObjectPtr src)
Definition iedlobject.h:91

◆ IDOMMetadataClassID

#define IDOMMetadataClassID   0x4bc2067b, 0x6b5644dc, 0xa6dd49d9, 0xc2c77c5b

Function Documentation

◆ DECL_SMART_PTR()

DECL_SMART_PTR ( IDOMMetadata )