ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaItem Class
Properties Methods Events


In This Topic
    C1MediaItem Class Members
    In This Topic

    The following tables list the members exposed by C1MediaItem.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1MediaItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the list of C1MediaChapter for this media item.  
    Public PropertyGets or sets the address of the media file.  
    Public PropertyGets or sets a stream with the media. Only one of MediaSource, MediaStream and MediaStreamSource can be used.  
    Public PropertyGets or sets a MediaStreamSource with the media. Only one of MediaSource, MediaStream and MediaStreamSource can be used.  
    Public PropertyGets or sets the duration to show for this item in the item list.  
    Public PropertyGets or sets the image that represents the item in the item list.  
    Public PropertyGets or sets the name of the media item.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event with the provided arguments.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the items list of the collection has changed, or the collection is reset.  
    Top
    See Also