次の方法で共有


EC_LOADSTATUS (Compact 2013)

3/26/2014

This event code is sent when various points are reached while a network file is being loaded.

Parameters

  • lParam1
    Value of type int representing one of the following status messages.

    Message

    Description

    AM_LOADSTATUS_CLOSED

    The network file is closed.

    AM_LOADSTATUS_LOADINGDESCR

    The file description is being loaded.

    AM_LOADSTATUS_LOADINGMCAST

    Multicast data is being loaded.

    AM_LOADSTATUS_LOCATING

    The file is being located.

    AM_LOADSTATUS_CONNECTING

    The Player is connecting to the file.

    AM_LOADSTATUS_OPENING

    The file is being opened.

    AM_LOADSTATUS_OPEN

    The file is open.

  • lParam2
    Void.

Remarks

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

See Also

Reference

Windows Media Event Notification Codes