MFP_TRANSITIONED_INTRA_MEDIAITEM_ENTRIES_EVENT Structure

[This documentation is preliminary and is subject to change.]

Event structure for the MFP_EVENT_TYPE_TRANSITIONED_INTRA_MEDIAITEM_ENTRIES event. This event is sent when playback switches from one presentation to the next, within the same media item.

Syntax

typedef struct MFP_TRANSITIONED_INTRA_MEDIAITEM_ENTRIES_EVENT {
  MFP_EVENT_HEADER header;
  IMFPMediaItem *pMediaItem;
} MFP_TRANSITIONED_INTRA_MEDIAITEM_ENTRIES_EVENT;

Members

Remarks

To get a pointer to this structure, cast the pEventHeader parameter of the IMFPMediaPlayerCallback::OnMediaPlayerEvent method. You can use the MFP_GET_TRANSITIONED_INTRA_MEDIAITEM_ENTRIES_EVENT macro for this purpose.

The media item pointed to by pMediaItem reflects the new presentation. You can call IMFPMediaItem methods on this pointer to get information about the new presentation.

Requirements

Client Requires Windows 7.
Header Declared in Mfplay.h.

See Also

MFP_CONFIGURE_PENDING_INTRA_MEDIAITEM_ENTRY_EVENT

Send comments about this topic to Microsoft

Build date: 4/3/2009