The IAAFRecordingDescriptor interface is implemented by objects that describe a file source which has no physical source. More...
Public Member Functions | |
HRESULT | Initialize () |
Initializes a newly allocated, empty IAAFRecordingDescriptor object. |
The IAAFRecordingDescriptor interface is implemented by objects that describe a file source which has no physical source.
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
Objects that implement IAAFRecordingDescriptor also implement the following interfaces:
HRESULT IAAFRecordingDescriptor::Initialize | ( | ) |
Initializes a newly allocated, empty IAAFRecordingDescriptor object.
This method must be called after allocation, and before any other method can be called.
Succeeds if:
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_ALREADY_INITIALIZED