HwaccelRecommendation
The hardware decoding this system can do.
recommendedRecommended familyrequired
Key of the family that fits this system best, or an empty string when none does.
available object[]
Every family this system's hardware can use, best first.
Array [
keyFamily keyrequired
Stable identifier for this kind of hardware decoding.
presets objectrequired
The ffmpeg preset for each codec this family decodes, or a single 'any' preset when it decodes every codec.
property name*string
]
HwaccelRecommendation
{
"recommended": "string",
"available": [
{
"key": "string",
"presets": {}
}
]
}