Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 572 Bytes

SeekOrigin.md

File metadata and controls

37 lines (20 loc) · 572 Bytes

node-taglib-sharp / Exports / SeekOrigin

Enumeration: SeekOrigin

Indicates there the seek operation should begin.

Table of contents

Enumeration Members

Enumeration Members

Begin

Begin = 0

Seek should begin at the start of the file.


Current

Current = 1

Seek should begin at the current position in the file.


End

End = 2

Seek should begin at the end of the file.