IMediaObject::SetInputMaxLatency (Windows Embedded CE 6.0)
1/6/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 |
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 |
See Also
Reference
IMediaObject
IMediaObject::GetInputMaxLatency
DMO Error Codes