Share via


EC_END_OF_SEGMENT (Windows CE 5.0)

Send Feedback

This macro notifies that a segment end has been reached.

Parameters

  • lParam1
    Pointer to a REFERENCE_TIME value indicating accumulated stream clock time since the start of the segment.

    You can compute this time directly as the sum of the previous and current segment durations and the rate applied to each segment.

    The source adds this time to the time within each segment to get a total elapsed time.

  • lParam2
    DWORD value indicating the segment number. Zero based.

Remarks

Notifies that a segment end has been reached when the AM_SEEKING_Segment flag was set for IMediaSeeking::SetPositions.

Passes in an IMediaSeeking interface to allow the next segment to be defined by the application.

For information on how to use this event code, see CBaseFilter::NotifyEvent.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

See Also

Event Notification Codes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.