Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This method sets the maximum latency on a specified input stream. For the definition of maximum latency, see IMediaObject::GetInputMaxLatency.
HRESULT SetInputMaxLatency(DWORDdwInputStreamIndex,REFERENCE_TIMErtMaxLatency);
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
Send Feedback on this topic to the authors