|
MJPEGStreamParserRead Method
|
Reads byte content to internal buffer from a stream
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public int Read(
Stream stream
)
Public Function Read (
stream As Stream
) As Integer
Request Example
View SourceParameters
- stream
- Type: System.IOStream
Return Value
Type:
Int32See Also