videoEncoderConfiguration property

VideoEncoderConfiguration? videoEncoderConfiguration
getter/setter pair

Each video encoder configuration corresponds to a set of video parameters, including the resolution, frame rate, bitrate, and video orientation.

The parameters specified in this method are the maximum values under ideal network conditions. If the video engine cannot render the video using the specified parameters due to poor network conditions, the parameters further down the list are considered until a successful configuration is found.

Implementation

VideoEncoderConfiguration? videoEncoderConfiguration;