Windows Media Player OCX Control 7.0 OS Design Development (Windows Embedded CE 6.0)
1/6/2010
The Microsoft® Windows® Media Player OCX Control 7.0 for Windows Embedded CE is a Microsoft ActiveX® control you can use to add multimedia playback capabilities to Web pages or applications.
It allows you to embed Windows Media Player content in applications such as Microsoft Internet Explorer.
It also provides a programming interface for rendering a variety of network streaming and nonstreaming multimedia formats. For more information, see Codecs and Formats.
OS Design Information
The following table shows operating system design information for Windows Media Player control.
Concept | Description |
---|---|
Dependencies |
Requires DirectShow and adds it to your OS design. Requires Windows Embedded 6.0 FP6. |
Hardware considerations |
None. |
This control is built on Microsoft DirectShow® technology. For more information, see DirectShow. DirectShow is based on Component Object Model (COM) architecture, which uses components called filters that can be plugged in to process multimedia data.
Each filter is designed to receive digital input, process the data, and pass the results on to the next filter. The filters are arranged in what is called a filter graph.
This control uses an appropriate DirectShow filter graph to parse, decode, and render the media stream.
The Windows Media Player controls are implemented through the DirectShow Filter Graph Manager.
Modules and Components
The following table shows the modules and components used by this control.
Item | Module | Component |
---|---|---|
Windows Media Player OCX control 7.0 |
wmpocx |
None |
Implementation Considerations
The following table shows the relevant Sysgen variables.
Sysgen variable | Description |
---|---|
SYSGEN_MEDIAAPPS_WMPOCX |
Adds the Windows Media Player control to your OS design. This controls the generation of the modules wmpocx.dll, wmpocx_skin.dll, and wmpocx_loc.dll |
Application Development Topics
Windows Media Player OCX Control 7.0 Application Development
Windows Media Player OCX Control 7.0 Security
See Also
Other Resources
Windows Media Player OCX Control 7.0
Windows Media Player OCX Control 6.4
DirectShow