AtomicTimetag
Extends:
64-bit big-endian fixed-point time tag, semantics defined below OSC Atomic Data Type
Test:
Constructor Summary
Public Constructor | ||
public |
constructor(value: number | Timetag | Date) Create a AtomicTimetag instance |
Method Summary
Public Methods | ||
public |
pack(): Uint8Array Interpret the given timetag as packed binary data |
|
public |
Unpack binary data from DataView and read a timetag |
Inherited Summary
From class Atomic | ||
public |
|
|
public |
value: * |
|
public |
pack(method: string, byteLength: number): Uint8Array Interpret the given value of this entity as packed binary data |
|
public |
unpackWithMethod(dataView: DataView, method: string, byteLength: number, initialOffset: number): number Unpack binary data from DataView according to the given format |
Public Constructors
Public Members
Public Methods
public pack(): Uint8Array source
Interpret the given timetag as packed binary data