MediaStreamSink::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. The filename is not part of the returned data.

See also: MediaStreamSink, MediaStreamSink::tCreateData

<< MediaStreamSink