Class TrackBase
java.lang.Object
com.azure.resourcemanager.mediaservices.models.TrackBase
- Direct Known Subclasses:
AudioTrack
,TextTrack
,VideoTrack
Base type for concrete track types. A derived type must be used to represent the Track.
-
Constructor Summary
-
Method Summary
-
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.
-