FrameHandlerSink::getCreateData Method

Returns a tCreateData structure, containing the information that was used to create this instance.
Syntax:
const tCreateData& getCreateData() const;
Return Value:

A tCreateData structure containing the information that was used to create this instance.

Remarks:

The returned tCreateData structure is a snapshot of the parameters that were used to create the sink. Later changed, such as swapping the MemBufferCollection, are not reflected in the returned data.

See also: FrameHandlerSink, FrameHandlerSink::tCreateData

<< FrameHandlerSink