[]
        
(Showing Draft Content)

C1.WPF.MediaPlayer.C1MediaItem

C1MediaItem Class

A media file that can be played by C1MediaPlayer.

Inheritance
C1MediaItem
Namespace: C1.WPF.MediaPlayer
Assembly: C1.WPF.MediaPlayer.4.6.2.dll
Syntax
public class C1MediaItem : INotifyPropertyChanged

Constructors

Name Description
C1MediaItem()

Initializes a new instance of the C1MediaItem class.

Properties

Name Description
Chapters

Gets the list of C1MediaChapter for this media item.

MediaSource

Gets or sets the address of the media file.

NaturalDuration

Gets or sets the duration to show for this item in the item list.

ThumbnailSource

Gets or sets the image that represents the item in the item list.

Title

Gets or sets the name of the media item.

Methods

Name Description
OnPropertyChanged(string)

Raises the PropertyChanged event with the provided arguments.

Events

Name Description
PropertyChanged

Occurs when the items list of the collection has changed, or the collection is reset.