Structures

The following structures are available globally.

  • Represents [StreamTimelineMetadata] data related to audio media track.

    See more

    Declaration

    Swift

    public struct TrackCuePointMetadata : Codable, StreamTimelineMetadata
  • Undocumented

    See more

    Declaration

    Swift

    public struct SweeperCuePointMetadata : Codable, StreamTimelineMetadata
  • Represents Triton end points connectivity information.

    • contentURL: The primary URL to start Triton audio stream playback session.
    • sidebandMetadataURL: The primary URL to Server Sent Events source end point (server) to retrieve sideband metadata.
    • sidebandMetadataConnectionRetries: The number of attempts trying to establish previously failed connection to Server Sent Events source. Note that the default value for this property is 5.
    • sidebandMetadataConnectionRetryDelayFactorMs: The reconnection retry min delay factor, in milliseconds, used in exponential back-off retry computation. This scheme is used to prevent excessive simultaneous requests hitting servers. Note that the default value for this property is 1000.
    See more

    Declaration

    Swift

    public struct TritonAudioStreamConnectionConfig