Class 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  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static VideoArgs Empty  
    • Field Detail

    • 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