ComponentOne MediaPlayer for WPF and Silverlight
In This Topic
    Using C1MediaPlayer
    In This Topic

    The C1MediaPlayer control is a media device used to deliver video and audio  to your users. With the C1MediaPlayer control, you can create content playlists and even separate large videos into manageable chapters. The control is able to hold any media format supported by WPF and Silverlight. 

     

     

    After the C1MediaPlayer control is added to your project, you can begin customizing its appearance and behaviors. You can apply themes and gradients, create video overlays, choose full screen view, add and remove buttons, and much more.

    You can add content to the C1MediaPlayer control by creating a C1MediaItem item and then setting its C1MediaItem.MediaSource property to the URL location of an image, video, or audio file. 

    To help you get started, the following topics present you with an overview of some of the common elements and features of the C1MediaPlayer control.

     

    See Also