Class VideoArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.media.inputs.VideoArgs
-
public final class VideoArgs extends com.pulumi.resources.ResourceArgs
Describes the basic properties for encoding the input video.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoArgs.Builder
builder()
static VideoArgs.Builder
builder(VideoArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
keyFrameInterval()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
label()
com.pulumi.core.Output<java.lang.String>
odataType()
java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,StretchMode>>>
stretchMode()
java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,VideoSyncMode>>>
syncMode()
-
-
-
Field Detail
-
Empty
public static final VideoArgs Empty
-
-
Method Detail
-
keyFrameInterval
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> keyFrameInterval()
- Returns:
- The distance between two key frames. The value should be non-zero in the range [0.5, 20] seconds, specified in ISO 8601 format. The default is 2 seconds(PT2S). Note that this setting is ignored if VideoSyncMode.Passthrough is set, where the KeyFrameInterval value will follow the input source setting.
-
label
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> label()
- Returns:
- An optional label for the codec. The label can be used to control muxing behavior.
-
odataType
public com.pulumi.core.Output<java.lang.String> odataType()
- Returns:
- The discriminator for derived types. Expected value is '#Microsoft.Media.Video'.
-
stretchMode
public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,StretchMode>>> stretchMode()
- Returns:
- The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize
-
syncMode
public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,VideoSyncMode>>> syncMode()
- Returns:
- The Video Sync Mode
-
builder
public static VideoArgs.Builder builder()
-
builder
public static VideoArgs.Builder builder(VideoArgs defaults)
-
-