|
TimeoutStreamWrite Method
|
Write to base stream using a timeout
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public override void Write(
byte[] buffer,
int offset,
int count
)
Public Overrides Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
Request Example
View SourceParameters
- buffer
- Type: SystemByte
Buffer byte array - offset
- Type: SystemInt32
Offset - count
- Type: SystemInt32
Number of bytes to write
See Also