videoEncodedHeight property
getter/setter pair
- Description: The resolution (height) of the stream to publish.
- Value: Recommended value: 640. If you mix only audio streams, to avoid displaying a black video in the transcoded stream, set both
width
andheight
to0
.
Implementation
int videoEncodedHeight;