THEOplayer > ID3PositionSynchronisationFrame
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents an position synchronisation ID3 frame.
Signature:
export interface ID3PositionSynchronisationFrame extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The format of the timestamp, represented by a value from the following list: |
|
|
The identifier of the frame. |
|
|
The timestamp of the frame. |
The format of the timestamp, represented by a value from the following list:
- 1
: Absolute time, 32 bit sized, in MPEG frames.
- 2
: Absolute time, 32 bit sized, in milliseconds.
Signature:
format: number;
The identifier of the frame.
Signature:
id: 'POSS';
The timestamp of the frame.
Signature:
position: number;