TrackSelection Class
- java.
lang. Object - com.
azure. resourcemanager. mediaservices. models. TrackSelection
- com.
public final class TrackSelection
Class to select a track.
Constructor Summary
Constructor | Description |
---|---|
TrackSelection() |
Creates an instance of Track |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Track |
trackSelections()
Get the track |
void |
validate()
Validates the instance. |
Track |
withTrackSelections(List<TrackPropertyCondition> trackSelections)
Set the track |
Methods inherited from java.lang.Object
Constructor Details
TrackSelection
public TrackSelection()
Creates an instance of TrackSelection class.
Method Details
trackSelections
public List
Get the trackSelections property: TrackSelections is a track property condition list which can specify track(s).
Returns:
validate
public void validate()
Validates the instance.
withTrackSelections
public TrackSelection withTrackSelections(List
Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).
Parameters:
Returns:
Applies to
Azure SDK for Java