A question regarding audio came up in a discussion the other day, so I thought that it might be a good idea to add the renderRequirement on whether the Renderer can play audio or not:
{
"renderRequirements": [
{
"audioEnabled": {
"description": "If set, specifies requirement on whether the renderer can play audio or not.",
"$ref": "https://ograf.ebu.io/v1/specification/json-schemas/lib/constraints/boolean.json"
}
}
]
}
A question regarding audio came up in a discussion the other day, so I thought that it might be a good idea to add the
renderRequirementon whether the Renderer can play audio or not:{ "renderRequirements": [ { "audioEnabled": { "description": "If set, specifies requirement on whether the renderer can play audio or not.", "$ref": "https://ograf.ebu.io/v1/specification/json-schemas/lib/constraints/boolean.json" } } ] }