Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The EndOfMedia method is called when playback reaches the end of the source media.
Syntax
HRESULT EndOfMedia(
IMSVidPlayback* lpd
);
Parameters
lpd
[in] Specifies a pointer to the IMSVidPlayback interface of the playback device.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is eventidEndOfMedia.
See Also