Fragment

class Fragment

Represents a segment of video or other time-delimited data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The playback duration or other time value associated with the fragment.

Link copied to clipboard

The unique identifier of the fragment. This value monotonically increases based on the ingestion order.

Link copied to clipboard

The total fragment size, including information about the fragment and contained media data.

Link copied to clipboard

The timestamp from the producer corresponding to the fragment.

Link copied to clipboard

The timestamp from the Amazon Web Services server corresponding to the fragment.

Functions

Link copied to clipboard
inline fun copy(block: Fragment.Builder.() -> Unit = {}): Fragment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String