74 строки
5.2 KiB
YAML
74 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.UtcClipTime"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.UtcClipTime"
|
|
name: "UtcClipTime"
|
|
nameWithType: "UtcClipTime"
|
|
summary: "Specifies the clip time as a Utc time position in the media file."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.ClipTime?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ClipTime?alt=com.azure.resourcemanager.mediaservices.models.ClipTime&text=ClipTime\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.ClipTime.validate()?alt=com.azure.resourcemanager.mediaservices.models.ClipTime.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **UtcClipTime**</br> extends <xref href=\"com.azure.resourcemanager.mediaservices.models.ClipTime?alt=com.azure.resourcemanager.mediaservices.models.ClipTime&text=ClipTime\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.UtcClipTime()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.UtcClipTime()"
|
|
name: "UtcClipTime()"
|
|
nameWithType: "UtcClipTime.UtcClipTime()"
|
|
summary: "Creates an instance of Utc<wbr>Clip<wbr>Time class."
|
|
syntax: "public UtcClipTime()"
|
|
desc: "Creates an instance of UtcClipTime class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.time()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.time()"
|
|
name: "time()"
|
|
nameWithType: "UtcClipTime.time()"
|
|
summary: "Get the time property: The time position on the timeline of the input media based on Utc time."
|
|
syntax: "public OffsetDateTime time()"
|
|
desc: "Get the time property: The time position on the timeline of the input media based on Utc time."
|
|
returns:
|
|
description: "the time value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.validate()"
|
|
name: "validate()"
|
|
nameWithType: "UtcClipTime.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.mediaservices.models.ClipTime.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.withTime(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.UtcClipTime.withTime(OffsetDateTime time)"
|
|
name: "withTime(OffsetDateTime time)"
|
|
nameWithType: "UtcClipTime.withTime(OffsetDateTime time)"
|
|
summary: "Set the time property: The time position on the timeline of the input media based on Utc time."
|
|
parameters:
|
|
- description: "the time value to set."
|
|
name: "time"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public UtcClipTime withTime(OffsetDateTime time)"
|
|
desc: "Set the time property: The time position on the timeline of the input media based on Utc time."
|
|
returns:
|
|
description: "the UtcClipTime object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.UtcClipTime?alt=com.azure.resourcemanager.mediaservices.models.UtcClipTime&text=UtcClipTime\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "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."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|