Click or drag to resize
InjectableStreamCanSeek Property
Gets a value indicating whether we can seek.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool CanSeek { get; }

Property Value

Type: Boolean
true if we can seek, false if not.
See Also