Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Live Link Open Track IOTiming' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| string | Mode | Enumerated value indicating whether the sample transport mechanism providesinherent (?external?) timing, or whether the transport mechanism lacks inherent timingand so the sample must contain a PTP timestamp itself (?internal?) to carry timing information. |
| struct | Recorded Timestamp | PTP timestamp of the data recording instant, provided for convenience during playback of e.g. pre-recorded tracking data. |
| struct | Sample Rate | Sample frame rate as a rational number. Drop frame rates such as 29.97 should berepresented as e.g. 30000/1001. In a variable rate system this should be estimated from the lastsample delta time. |
| struct | Sample Timestamp | PTP timestamp of the data recording instant, provided for convenience during playback of e.g. pre-recorded tracking data.The timestamp comprises a 48-bit unsigned integer (seconds), a 32-bit unsigned integer (nanoseconds) |
| integer | Sequence Number | Integer incrementing with each sample. |
| struct | Synchronization | Synchronization object for the timing. |
| struct | Timecode | SMTPE timecode of the sample. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Live Link Open Track IOTiming |