Click or drag to resize
NonSeekableStreamCanSeek Property
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public override sealed bool CanSeek { get; }

Property Value

Type: Boolean
Always false, even if the underlying stream supports seeking.

Return Value

Type: Boolean
true if the stream supports seeking; otherwise, false.
See Also