Show / Hide Table of Contents

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.

  • View Source
In this article
Back to top Generated by DocFX