H264VideoArgs

constructor(complexity: Output<Either<String, H264Complexity>>? = null, keyFrameInterval: Output<String>? = null, label: Output<String>? = null, layers: Output<List<H264LayerArgs>>? = null, odataType: Output<String>, sceneChangeDetection: Output<Boolean>? = null, stretchMode: Output<Either<String, StretchMode>>? = null, syncMode: Output<Either<String, VideoSyncMode>>? = null)