Class SelectVideoTrackById
java.lang.Object
com.azure.resourcemanager.mediaservices.models.TrackDescriptor
com.azure.resourcemanager.mediaservices.models.VideoTrackDescriptor
com.azure.resourcemanager.mediaservices.models.SelectVideoTrackById
Select video tracks from the input by specifying a track identifier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
trackId()
Get the trackId property: Track identifier to select.void
validate()
Validates the instance.withTrackId
(long trackId) Set the trackId property: Track identifier to select.
-
Constructor Details
-
SelectVideoTrackById
public SelectVideoTrackById()Creates an instance of SelectVideoTrackById class.
-
-
Method Details
-
trackId
public long trackId()Get the trackId property: Track identifier to select.- Returns:
- the trackId value.
-
withTrackId
Set the trackId property: Track identifier to select.- Parameters:
trackId
- the trackId value to set.- Returns:
- the SelectVideoTrackById object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classVideoTrackDescriptor
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-