IMediaObject::SetInputMaxLatency

This method sets the maximum latency on a specified input stream. For the definition of maximum latency, see IMediaObject::GetInputMaxLatency.

HRESULT SetInputMaxLatency(
  DWORD dwInputStreamIndex,
  REFERENCE_TIME rtMaxLatency
);

Parameters

  • dwInputStreamIndex
    Zero-based index of an input stream on the DMO.
  • rtMaxLatency
    Maximum latency.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success
DMO_E_INVALIDSTREAMINDEX Invalid stream index
E_FAIL Failure
E_NOTIMPL Not implemented. Assume zero latency.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.

See Also

IMediaObject | IMediaObject::GetInputMaxLatency | DMO_E_INVALIDSTREAMINDEX

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.