azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

79 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties"
name: "AssetTrackProperties"
nameWithType: "AssetTrackProperties"
summary: "Properties of a video, audio or text track in the asset."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **AssetTrackProperties**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.AssetTrackProperties()"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.AssetTrackProperties()"
name: "AssetTrackProperties()"
nameWithType: "AssetTrackProperties.AssetTrackProperties()"
summary: "Creates an instance of Asset<wbr>Track<wbr>Properties class."
syntax: "public AssetTrackProperties()"
desc: "Creates an instance of AssetTrackProperties class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.provisioningState()"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "AssetTrackProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning state of the asset track."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning state of the asset track."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.ProvisioningState?alt=com.azure.resourcemanager.mediaservices.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.track()"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.track()"
name: "track()"
nameWithType: "AssetTrackProperties.track()"
summary: "Get the track property: Detailed information about a track in the asset."
syntax: "public TrackBase track()"
desc: "Get the track property: Detailed information about a track in the asset."
returns:
description: "the track value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase?alt=com.azure.resourcemanager.mediaservices.models.TrackBase&text=TrackBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.validate()"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.validate()"
name: "validate()"
nameWithType: "AssetTrackProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.withTrack(com.azure.resourcemanager.mediaservices.models.TrackBase)"
fullName: "com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties.withTrack(TrackBase track)"
name: "withTrack(TrackBase track)"
nameWithType: "AssetTrackProperties.withTrack(TrackBase track)"
summary: "Set the track property: Detailed information about a track in the asset."
parameters:
- description: "the track value to set."
name: "track"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase?alt=com.azure.resourcemanager.mediaservices.models.TrackBase&text=TrackBase\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AssetTrackProperties withTrack(TrackBase track)"
desc: "Set the track property: Detailed information about a track in the asset."
returns:
description: "the AssetTrackProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties?alt=com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties&text=AssetTrackProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of a video, audio or text track in the asset."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0