UtcClipTimeResponse

data class UtcClipTimeResponse(val odataType: String, val time: String)

Specifies the clip time as a Utc time position in the media file. The Utc time can point to a different position depending on whether the media file starts from a timestamp of zero or not.

Constructors

Link copied to clipboard
constructor(odataType: String, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.UtcClipTime'.

Link copied to clipboard

The time position on the timeline of the input media based on Utc time.