Class AssetTrackProperties

java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.AssetTrackProperties

public final class AssetTrackProperties extends Object
Properties of a video, audio or text track in the asset.
  • Constructor Details

    • AssetTrackProperties

      public AssetTrackProperties()
      Creates an instance of AssetTrackProperties class.
  • Method Details

    • track

      public TrackBase track()
      Get the track property: Detailed information about a track in the asset.
      Returns:
      the track value.
    • withTrack

      public AssetTrackProperties withTrack(TrackBase track)
      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

      public ProvisioningState 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.