Class AssetTrackProperties
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties
Properties of a video, audio or text track in the asset.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: Provisioning state of the asset track.track()
Get the track property: Detailed information about a track in the asset.void
validate()
Validates the instance.Set the track property: Detailed information about a track in the asset.
-
Constructor Details
-
AssetTrackProperties
public AssetTrackProperties()Creates an instance of AssetTrackProperties class.
-
-
Method Details
-
track
Get the track property: Detailed information about a track in the asset.- Returns:
- the track value.
-
withTrack
Set the track property: Detailed information about a track in the asset.- Parameters:
track
- the track value to set.- Returns:
- the AssetTrackProperties object itself.
-
provisioningState
Get the provisioningState property: Provisioning state of the asset track.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-