IMediaObject::SetInputMaxLatency

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

HRESULT SetInputMaxLatency(
  DWORD dwInputStreamIndex,
  REFERENCE_TIME rtMaxLatency
);

Parameters

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

Return Value

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

Header dmo.h
Library Dmoguid.lib
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IMediaObject
IMediaObject::GetInputMaxLatency
DMO Error Codes