Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The crossFade attribute specifies or retrieves a value indicating whether cross-fade is enabled.
elementID.crossFade
Possible Values
This attribute is a read/write Boolean.
| Value | Description |
|---|---|
| true | Cross-fade is enabled. |
| false | Default. Cross-fade is disabled. |
Remarks
Cross-fade is an audio processing feature that gradually decreases the volume of one media item near the end of its playback while simultaneously starting playback of the next media item at minimum volume and gradually increasing it to normal volume. The overlap between the start of the second media item and the end of the first media item is specified by the crossFadeWindow attribute.
Requirements
| Requirement | Value |
|---|---|
| Version |
Windows Media Player 9 Series or later |