|
TimeoutStreamSeek Method
|
Pass-through method
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public override long Seek(
long offset,
SeekOrigin origin
)
Public Overrides Function Seek (
offset As Long,
origin As SeekOrigin
) As Long
Request Example
View SourceParameters
- offset
- Type: SystemInt64
- origin
- Type: System.IOSeekOrigin
Return Value
Type:
Int64See Also