diff --git a/src/openrpc/media_info.json b/src/openrpc/media_info.json index 86d85bb67..7c6d1b6d2 100644 --- a/src/openrpc/media_info.json +++ b/src/openrpc/media_info.json @@ -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.",