AbsoluteClipTimeArgs

data class AbsoluteClipTimeArgs(val odataType: Output<String>, val time: Output<String>) : ConvertibleToJava<AbsoluteClipTimeArgs>

Specifies the clip time as an absolute time position in the media file. The absolute 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: Output<String>, time: Output<String>)

Properties

Link copied to clipboard
val odataType: Output<String>

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

Link copied to clipboard
val time: Output<String>

The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.

Functions

Link copied to clipboard
open override fun toJava(): AbsoluteClipTimeArgs