ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaItem Class / MediaStream Property

In This Topic
    MediaStream Property
    In This Topic
    Gets or sets a stream with the media. Only one of MediaSource, MediaStream and MediaStreamSource can be used.
    Syntax
    'Declaration
     
    
    Public Property MediaStream As Stream
    public Stream MediaStream {get; set;}
    See Also