Package-level declarations

Types

Link copied to clipboard
annotation class AdMetadataID
Link copied to clipboard
annotation class ContentTrackMetadataID
Link copied to clipboard

Captures cue point's parameters JSON object keys (identifiers) for Triton sideband metadata stream.

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class StreamSidebandMetadata(val type: String, val name: String, @Json(name = "timestamp") val timestampMs: Long, @Json(name = "parameters") val cuePointParameters: Map<String, Any>) : StreamTimelineMetadata

Captures raw cue point JSON object for Triton sideband metadata stream.

Link copied to clipboard

Captures Triton sideband metadata cue point's name property value that identifies the event kind.