ParsecDecoder
Decoder description.
Member of ParsecClientStatus
.
Fields
Type | Name | Description |
---|---|---|
uint32_t | index | The decoder index that can be used in ParsecClientConfig . |
uint32_t | maxWidth | Maximum supported width for H.264. |
uint32_t | maxHeight | Maximum supported height for H.264;. |
uint32_t | maxWidthH265 | Maximum supported width for H.265 (if supported). |
uint32_t | maxHeightH265 | Maximum supported height for H.265 (if supported). |
char | name | ASCII null-terminated decoder name. |
bool | available | true if the decoder is currently available. |
bool | H265 | true if the decoder supports the H.265 (HEVC) codec. |
bool | color444 | true if the decoder supports 4:4:4 chroma (requires H.265). |
bool | color10Bit | true if the decoder supports 10-bit color formats (requires H.265). |