Class OutputFileResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.OutputFileResponse
-
public final class OutputFileResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutputFileResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutputFileResponse.Builder
builder()
static OutputFileResponse.Builder
builder(OutputFileResponse defaults)
java.util.List<java.lang.String>
labels()
-
-
-
Method Detail
-
labels
public java.util.List<java.lang.String> labels()
- Returns:
- The list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like '[v1, a1]' tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
-
builder
public static OutputFileResponse.Builder builder()
-
builder
public static OutputFileResponse.Builder builder(OutputFileResponse defaults)
-
-