Objects that implement IAAFEdgecode also implement the following interfaces: More...
Public Member Functions | |
HRESULT | Initialize ([in] aafLength_t length,[in] aafEdgecode_t edgecode) |
This function creates a new edgecode clip with the given property values. | |
HRESULT | GetEdgecode ([out] aafEdgecode_t *edgecode) |
This set of functions returns the required property values for the object identified by XXX. |
Objects that implement IAAFEdgecode also implement the following interfaces:
HRESULT IAAFEdgecode::GetEdgecode | ( | [out] aafEdgecode_t * | edgecode | ) |
This set of functions returns the required property values for the object identified by XXX.
edgecode | [out] Edgecode |
HRESULT IAAFEdgecode::Initialize | ( | [in] aafLength_t | length, |
[in] aafEdgecode_t | edgecode | ||
) |
This function creates a new edgecode clip with the given property values.
The edgecode value is represented with an aafEdgecode_t struct consisting of startFrame, filmKind, and codeFormat.
length | [in] Length Property Value |
edgecode | [in] Edgecode Value |