Share via


_DERIVED_::InternalAcceptingInput (Windows CE 5.0)

Send Feedback

This method queries whether an input stream can accept more input. The derived class must declare and implement this method.

HRESULT InternalAcceptingInput(DWORDdwInputStreamIndex);

Parameters

  • dwInputStreamIndex
    Index of an input stream.

Return Values

Returns S_OK if the input stream can accept input or otherwise returns S_FALSE.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmoimpl.h.

See Also

DMO Reference | DMO Base Class Reference | IMediaObjectImpl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.