Get Encoder Configuration
ivsrealtime_get_encoder_configuration | R Documentation |
Gets information about the specified EncoderConfiguration resource¶
Description¶
Gets information about the specified EncoderConfiguration resource.
Usage¶
Arguments¶
arn
[required] ARN of the EncoderConfiguration resource.
Value¶
A list with the following syntax:
list(
encoderConfiguration = list(
arn = "string",
name = "string",
video = list(
width = 123,
height = 123,
framerate = 123.0,
bitrate = 123
),
tags = list(
"string"
)
)
)