ltmmMediaSample Object

ltmmMediaSample is an automation wrapper object for the DirectShow MediaSample object. It is used to encapsulate media samples returned from the ltmmSampleSource and ltmmSampleTarget objects. A media sample is a COM object that contains a block of media data. Media samples support the use of shared memory buffers among filters belonging to the same graph.

Interfaces

IltmmMediaSampleDisp, IltmmObjectWrapper

CLSID

CLSID_ltmmMediaSample

See Also

Accessing the IMediaSample Interface for C

Creating Custom Source and Target Objects