Skip to content

Commit

Permalink
fix: Remove unneeded events from media-info
Browse files Browse the repository at this point in the history
  • Loading branch information
alkalinecoffee committed Jul 15, 2024
1 parent c976cb7 commit fc3530c
Showing 1 changed file with 0 additions and 97 deletions.
97 changes: 0 additions & 97 deletions src/openrpc/media_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,103 +157,6 @@
}
]
},
{
"name": "onActiveAudioFormatsChanged",
"summary": "Get notified when the active audio formats used across all media pipelines starts, stops, or changes.",
"tags": [
{
"name": "event"
},
{
"name": "capabilities",
"x-manages": [
"xrn:firebolt:capability:media-info:audio-format"
]
}
],
"params": [],
"result": {
"name": "onActiveAudioFormatsChanged",
"summary": "The updated audio formats used across all pipelines.",
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AudioFormat"
}
}
},
"examples": [
{
"name": "Default Example",
"params": [],
"result": {
"name": "Default Result",
"value": [
{
"bitRate": 128,
"channels": "5.1",
"container": "audio/mp4",
"format": "aac",
"pipelineId": 1,
"sampleRate": 48
}
]
}
}
]
},
{
"name": "onActiveVideoFormatsChanged",
"summary": "Get notified when the active video formats used across all media pipelines starts, stops, or changes.",
"tags": [
{
"name": "event"
},
{
"name": "capabilities",
"x-manages": [
"xrn:firebolt:capability:media-info:video-format"
]
}
],
"params": [],
"result": {
"name": "onActiveVideoFormatsChanged",
"summary": "The updated video formats used across all pipelines.",
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/VideoFormat"
}
}
},
"examples": [
{
"name": "Default Example",
"params": [],
"result": {
"name": "Default Result",
"value": [
{
"codecLevel": "4.2",
"codecProfile": "main",
"container": "video/mp4",
"format": "hevc",
"frameRate": 30,
"hdr": [
"hdr10"
],
"pipelineId": 1,
"resolution": {
"width": 1920,
"height": 1080
}
}
]
}
}
]
},
{
"name": "videoFormat",
"summary": "Get the video format currently used by the specified media pipeline.",
Expand Down

0 comments on commit fc3530c

Please sign in to comment.