java.lang.Object
com.azure.resourcemanager.mediaservices.models.TrackBase
Direct Known Subclasses:
AudioTrack, TextTrack, VideoTrack

public class TrackBase extends Object
Base type for concrete track types. A derived type must be used to represent the Track.
  • Constructor Details

    • TrackBase

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

    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.