[]
A media file that can be played by C1MediaPlayer.
public class C1MediaItem : INotifyPropertyChanged
| Name | Description |
|---|---|
| C1MediaItem() | Initializes a new instance of the C1MediaItem class. |
| 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. |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Raises the PropertyChanged event with the provided arguments. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the items list of the collection has changed, or the collection is reset. |