Class SelectAudioTrackByAttributeResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.SelectAudioTrackByAttributeResponse
-
public final class SelectAudioTrackByAttributeResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectAudioTrackByAttributeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
attribute()
static SelectAudioTrackByAttributeResponse.Builder
builder()
static SelectAudioTrackByAttributeResponse.Builder
builder(SelectAudioTrackByAttributeResponse defaults)
java.util.Optional<java.lang.String>
channelMapping()
java.lang.String
filter()
java.util.Optional<java.lang.String>
filterValue()
java.lang.String
odataType()
-
-
-
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'.
-
builder
public static SelectAudioTrackByAttributeResponse.Builder builder()
-
builder
public static SelectAudioTrackByAttributeResponse.Builder builder(SelectAudioTrackByAttributeResponse defaults)
-
-