Interface CfnEncoderConfiguration.VideoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEncoderConfiguration.VideoProperty.Jsii$Proxy
Enclosing class:
CfnEncoderConfiguration

@Stability(Stable) public static interface CfnEncoderConfiguration.VideoProperty extends software.amazon.jsii.JsiiSerializable
The Video property type describes a stream's video configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ivs.*;
 VideoProperty videoProperty = VideoProperty.builder()
         .bitrate(123)
         .framerate(123)
         .height(123)
         .width(123)
         .build();
 

See Also: