Class SelectVideoTrackByAttributeArgs


  • public final class SelectVideoTrackByAttributeArgs
    extends com.pulumi.resources.ResourceArgs
    Select video tracks from the input by specifying an attribute and an attribute filter.
    • Method Detail

      • attribute

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​TrackAttribute>> attribute()
        Returns:
        The TrackAttribute to filter the tracks by.
      • filter

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​AttributeFilter>> filter()
        Returns:
        The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
      • filterValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> filterValue()
        Returns:
        The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
      • odataType

        public com.pulumi.core.Output<java.lang.String> odataType()
        Returns:
        The discriminator for derived types. Expected value is '#Microsoft.Media.SelectVideoTrackByAttribute'.