IFrame::getSampleDesc Method [Deprecated]

This method returns a reference to a sample description structure that contains the time stamps for the frame.
Syntax:
virtual const tsMediaSampleDesc& getSampleDesc();
Return value:

A reference to a tsMediaSampleDesc structure.

Information:

This method is deprecated since version 3.5.
Use IFrame::getFrameMetaData to access this data.

See also: tsMediaSampleDesc

<< IFrame