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.
参见