In addition to the specific error results listed for each method, all methods in this interface may also return one of the following values: More...
Public Member Functions | |
HRESULT | GetEssenceElementKey ([out] aafUID_t *pEssenceElementKey) |
This method returns essence element key associated with the essence stream. | |
HRESULT | SetEssenceElementKey ([in, ref] aafUID_constref key) |
Set the essence element key on the essence stream. |
In addition to the specific error results listed for each method, all methods in this interface may also return one of the following values:
AAFRESULT_NOMEMORY
HRESULT IAAFKLVEssenceDataParameters::GetEssenceElementKey | ( | [out] aafUID_t * | pEssenceElementKey | ) |
This method returns essence element key associated with the essence stream.
Succeeds if all of the following are true:
If this method fails nothing will be written to *pEssenceElementKey.
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below:
AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
AAFRESULT_NULL_PARAM
AAFRESULT_OPERATION_NOT_PERMITTED
pEssenceElementKey | [out] Essence element key. |
HRESULT IAAFKLVEssenceDataParameters::SetEssenceElementKey | ( | [in, ref] aafUID_constref | key | ) |
Set the essence element key on the essence stream.
Succeeds if all of the following are true:
If this method fails, the property will not be changed.
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below:
AAFRESULT_SUCCESS
AAFRESULT_NOT_INITIALIZED
AAFRESULT_OPERATION_NOT_PERMITTED
key | [in, ref] essence element key |