Initializes a new instance of 
StreamMediaInput, which reads from the given .NET stream.
            
 
        命名空间: 
     LibVLCSharp.Shared
        程序集:
     CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
 语法
语法public StreamMediaInput(
	Stream stream
)
参数
- stream
- 类型:System.IOStream
 The stream to be read from.
 备注
备注You are still responsible to dispose the stream you give as input.
 参见
参见