Skip to content

Commit

Permalink
feat: Rename AVSystem to Media Capabilities; add new Audio and Video …
Browse files Browse the repository at this point in the history
…output modules
  • Loading branch information
alkalinecoffee committed Jul 19, 2024
1 parent fc3530c commit 65f0e0b
Show file tree
Hide file tree
Showing 11 changed files with 1,627 additions and 2,024 deletions.
698 changes: 698 additions & 0 deletions requirements/specifications/media/media-capabilities.md

Large diffs are not rendered by default.

882 changes: 0 additions & 882 deletions requirements/specifications/media/media-info.md

This file was deleted.

40 changes: 40 additions & 0 deletions src/openrpc/audio_output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"openrpc": "1.2.4",
"info": {
"title": "AudioOutput",
"description": "A module for the device's audio output system, including its output capabilities and configuration.",
"version": "0.0.0"
},
"methods": [
{
"name": "mode",
"summary": "The current audio output mode of the device.",
"tags": [
{
"name": "capabilities",
"x-uses": [
"xrn:firebolt:capability:audio-output:config"
]
}
],
"params": [],
"result": {
"name": "mode",
"summary": "The audio output mode.",
"schema": {
"$ref": "https://meta.comcast.com/firebolt/schemas/media#/definitions/AudioMode"
}
},
"examples": [
{
"name": "Default Example",
"params": [],
"result": {
"name": "Default Result",
"value": "stereo"
}
}
]
}
]
}
202 changes: 0 additions & 202 deletions src/openrpc/av_system.json

This file was deleted.

Loading

0 comments on commit 65f0e0b

Please sign in to comment.