CMediaSample::SetActualDataLength
Sets the data length of the sample.
HRESULT SetActualDataLength(
long lLen );
Parameters
- lLen
Length of the data in the media sample, in bytes.
Return Values
Returns an HRESULT value.
Remarks
This member function implements the IMediaSample::SetActualDataLength method. It sets the value of m_lActual to the value of lLen.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.