...
decoder_name
: The system name of the decoderfriendly_name
: The name of the decoder as specified when callingSetDecoderMode()
max_decode_size
: The maximum resolution of the decoder, as set by system software. This value can be either "4K" or "HD"configured_decode_size
: The maximum resolution of the decoder that is specified when callingSetDecoderMode()
mode
: The current mode of the decoder, which can be either "Regular" or "Mosaic"usage_count
: The number of videos currently being decoded by the decodermax_usage
: The maximum number of videos that can be decoded simultaneously by the decoder. The optimummax_usage
limits limits are described below; the limit may be lower depending on a number of factors, including interlacing and frame rate.- 4K decoder:
- 1 4K video
- 2 HD videos
- 4 SD videos
- 8 CIF videos
- 10 QCIF videos
- HD decoder:
- 0 4K videos
- 1 HD video
- 3 SD videos
- 4 CIF videos
- 5 QCIF videos
- 4K decoder:
mosaic_mode_interlace
: The current deinterlacing mode of the decoder, which can be either "Enabled" or "Disabled". This value is specified when callingSetDecoderMode()
.
...