Class SelectAudioTrackByAttributeResponse


  • public final class SelectAudioTrackByAttributeResponse
    extends java.lang.Object
    • Method Detail

      • attribute

        public java.lang.String attribute()
        Returns:
        The TrackAttribute to filter the tracks by.
      • channelMapping

        public java.util.Optional<java.lang.String> 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 java.lang.String filter()
        Returns:
        The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
      • filterValue

        public java.util.Optional<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 java.lang.String odataType()
        Returns:
        The discriminator for derived types. Expected value is '#Microsoft.Media.SelectAudioTrackByAttribute'.