Freigeben über


IDMAChannel::OnDiscontinuity (Windows CE 5.0)

Send Feedback

This method is to be called between series of DMA transfers to indicate discontinuity in the data stream. The implementation is responsible for routing this call to associate the media renderer as appropriate.

HRESULT OnDiscontinuity();

Parameters

None.

Return Values

The following table shows a list of possible return values.

Return value Description
S_OK The request completed successfully.
E_NOTIMPLEMENTED This method was unsuccessful.

Remarks

IDMAChannel::OnDiscontinuity can be called between two data transfers after the first transfer is completed, but before the second starts. This means that the second data block is part of a new timeline in terms of the encoder clock. To reset STC, use the IDVDRenderer::Abort method. IDMAChannel::OnDiscontinuity usually only delegates to the renderer's Abort method.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

IDVDRenderer::Abort | IDMAChannel:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.