CMediaSample::GetActualDataLength (Compact 2013)

3/26/2014

Retrieves the data length of the sample.

Syntax

HRESULT GetActualDataLength(void);

Parameters

None.

Return Value

Returns the value of m_lActual by default.

Remarks

This member function implements the IMediaSample::GetActualDataLength method.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMediaSample Class