Class SelectAudioTrackByAttributeArgs


  • public final class SelectAudioTrackByAttributeArgs
    extends com.pulumi.resources.ResourceArgs
    Select audio 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.
      • channelMapping

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​ChannelMapping>>> channelMapping()
        Returns:
        Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
      • 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.
      • odataType

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