VIDEO_STREAM_TYPE

Video stream types.

Enumerations

VIDEO_STREAM_HIGH
0: High stream, i.e., high resolution and high bitrate video stream.
VIDEO_STREAM_LOW
1: Low stream, i.e., low resolution and low bitrate video stream.
VIDEO_STREAM_LAYER_1
4: Video quality layer 1. The resolution of this layer is only lower than VIDEO_STREAM_HIGH.
VIDEO_STREAM_LAYER_2
5: Video quality layer 2. The resolution of this layer is only lower than VIDEO_STREAM_LAYER_1.
VIDEO_STREAM_LAYER_3
6: Video quality layer 3. The resolution of this layer is only lower than VIDEO_STREAM_LAYER_2.
VIDEO_STREAM_LAYER_4
7: Video quality layer 4. The resolution of this layer is only lower than VIDEO_STREAM_LAYER_3.
VIDEO_STREAM_LAYER_5
8: Video quality layer 5. The resolution of this layer is only lower than VIDEO_STREAM_LAYER_4.
VIDEO_STREAM_LAYER_6
9: Video quality layer 6. The resolution of this layer is only lower than VIDEO_STREAM_LAYER_5.