Enum Seekable
Specifies the types of seeking supported by an I/O context.
Namespace: FFmpeg.IO
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum Seekable
Fields
| Name | Description |
|---|---|
| Byte | Seeking by byte position is supported. |
| None | Seeking is not supported |
| Time | Seeking by timestamp is supported. |