node-taglib-sharp / Exports / SeekOrigin
Indicates there the seek operation should begin.
• Begin = 0
Seek should begin at the start of the file.
• Current = 1
Seek should begin at the current position in the file.
• End = 2
Seek should begin at the end of the file.