C1MediaItem Class Members
In This Topic
The following tables list the members exposed by C1MediaItem.
Public Constructors
Public Properties
| Name | Description |
| Chapters | Gets the list of C1MediaChapter for this media item. |
| MediaSource | Gets or sets the address of the media file. |
| MediaStream | Gets or sets a stream with the media. Only one of MediaSource, MediaStream and MediaStreamSource can be used. |
| MediaStreamSource | Gets or sets a MediaStreamSource with the media. Only one of MediaSource, MediaStream and MediaStreamSource can be used. |
| 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. |
Top
Public Events
| Name | Description |
| PropertyChanged | Occurs when the items list of the collection has changed, or the collection is reset. |
Top
See Also