Vp9Codec Settings Args
fun Vp9CodecSettingsArgs(bitrateBps: Output<Int>, crfLevel: Output<Int>? = null, frameRate: Output<Double>, gopDuration: Output<String>? = null, gopFrameCount: Output<Int>? = null, heightPixels: Output<Int>? = null, pixelFormat: Output<String>? = null, profile: Output<String>? = null, rateControlMode: Output<String>? = null, widthPixels: Output<Int>? = null)