Puntos de conexión de video de rDWS
23 min
url base para estos endpoints https //ws bsn cloud/rest/v1/ get /video mode/ recupera el modo de video actualmente activo en el reproductor ejemplo de solicitud get /rest/v1/video mode/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta ancho \<font color="#704ae0">int\</font> el ancho de la pantalla altura \<font color="#704ae0">int\</font> la altura de la pantalla marcos \<font color="#704ae0">int\</font> la velocidad de fotogramas escanear \<font color="#704ae0">string\</font> el método de escaneo de la señal de video, que puede ser progresivo ("p") o entrelazado ("i") nombre \<font color="#704ae0">string\</font> el nombre completo del modo de video (se puede encontrar una lista completa de modos en esta página docid\ qpml112mbhek7lbdguxnv ) isautomode \<font color="#704ae0">bool\</font> una marca que indica si el modo de video se configuró usando el modo automático modo \<font color="#704ae0">mode{ }\</font> un objeto mode que proporciona información adicional sobre la salida de video este objeto puede contener las siguientes propiedades preferido \<font color="#704ae0">bool\</font> una marca que indica si el modo de video es el modo preferido sobrescaneo \<font color="#704ae0">bool\</font> una marca que indica si la salida de video está usando una configuración de overscan o no modename \<font color="#704ae0">string\</font> el nombre completo del modo de video (se puede encontrar una lista completa de modos en esta página docid\ qpml112mbhek7lbdguxnv ) entrelazado \<font color="#704ae0">bool\</font> una marca que indica si la salida de video es entrelazada ( verdadero ) o progresiva ( falso ) ancho \<font color="#704ae0">int\</font> el ancho de la salida de video altura \<font color="#704ae0">int\</font> la altura de la salida de video graphicsplanewidth \<font color="#704ae0">int\</font> el ancho del plano gráfico graphicsplaneheight \<font color="#704ae0">int\</font> la altura del plano gráfico frecuencia \<font color="#704ae0">int\</font> la velocidad de fotogramas de la salida de video dropframe \<font color="#704ae0">bool\</font> una marca que indica si el código de tiempo de video utiliza drop frames colorspace \<font color="#704ae0">string\</font> el espacio de color de la señal de video ("rgb", "yuv420" o "yuv422") colordepth \<font color="#704ae0">string\</font> la profundidad de color de la señal de video ("8bit", "10bit" o "12bit") ejemplo de respuesta { "route" "/v1/video mode", "method" "get", "data" { "result" { "isautomode" false, "name" "640x480x60p", "width" "640", "height" "480", "frames" "60", "scan" "p", "mode" { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 640, "height" 480, "interlaced" false, "modename" "640x480x60p", "overscan" false, "preferred" false, "width" 640 } } } } get /video/{\ connector}/output/{\ device}/ recupera información sobre la salida de video especificada segmentos conector el valor actual siempre es hdmi dispositivo este valor en las url /video/ actualmente es 0 para reproductores series 5 con una sola salida y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 ejemplo de solicitud get /rest/v1/video/hdmi/output/0/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta los siguientes campos estarán presentes en la respuesta modoactivo información sobre el modo de video activo en el reproductor adjunto \<font color="#704ae0">bool\</font> indica si la salida hdmi® está conectada o no bestmode \<font color="#704ae0">string\</font> el mejor modo de video para el reproductor el conector hdmi debe estar conectado porque obtiene detalles del resultado edid configuredmode el modo de video configurado en el reproductor esto puede ser diferente de activemode edid \<font color="#704ae0">string\</font> devuelve la cadena edid leída de la pantalla conectada al reproductor si el ahorro de energía está activado, se devolverán ceros edid identity analiza la cadena anterior en un formato json para mejorar la legibilidad requiere una salida hdmi conectada al reproductor y una pantalla modos lista de todos los modos de video disponibles en el reproductor powersavestatus \<font color="#704ae0">bool\</font> indica el estado de ahorro de energía de la pantalla conectada al reproductor resoluciones \<font color="#704ae0">resolutions\[ ]\</font> un arreglo de información sobre los gráficos, la salida y la resolución de video devuelve valores de resultado para altura y anchura estado audiobitspersample \<font color="#704ae0">int\</font> el número de bits por muestra de audio cantidaddecanalesdeaudio \<font color="#704ae0">int\</font> el número de canales de audio en la salida audioformat \<font color="#704ae0">string\</font> el formato de la salida de audio un valor "pcm" indica que el reproductor está enviando salida decodificada audiosamplerate \<font color="#704ae0">int\</font> la frecuencia de muestreo de audio (en hercios) eotf \<font color="#704ae0">string\</font> la función de transferencia electroóptica (eotf) actual utilizada por la pantalla los siguientes son valores posibles "hdr (gamma)" "sdr (gamma)" "smpte 2084 (pq)" "future (bbc/nhk)" "unspecified" salidaimpulsada \<font color="#704ae0">bool\</font> indica si el dispositivo de pantalla está encendido (es decir, rx con alimentación) outputpresent \<font color="#704ae0">bool\</font> indica si la salida hdmi está conectada a un dispositivo de pantalla o no inestable \<font color="#704ae0">bool\</font> indica si la señal de la pantalla es inestable o estable ejemplo de respuesta expandir { "route" "/v1/video/hdmi/output/0/", "method" "get", "data" { "result" { "resolutions" { "video" { "result" { "height" 1080, "width" 1920 } }, "graphics" { "result" { "height" 1080, "width" 1920 } }, "output" { "result" { "height" 1080, "width" 1920 } } }, "edid identity" { "result" { "bt2020rgbsupport" false, "bt2020yccsupport" false, "hdreotfsupport" false, "hdrst2084support" false, "manufacturer" "sam", "monitorname" "samsung", "product" 1293, "sdreotfsupport" false, "serialnumber" 1, "serialnumberstring" "", "textstring" "", "weekofmanufacture" 48, "yearofmanufacture" 2008 } }, "edid" { "result" "00ffffffffffff004c2d0d050100000030120103801009780aee91a3544c99260f5054bdef80714f8100814081809500950fb3000101023a801871382d40582c4500a05a0000001e662150b051001b3040703600a05a0000001e000000fd00184b1a5117000a202020202020000000fc0053414d53554e470a2020202020016b020322f1469004050320222309070783010000e2000fe305030167030c001000b82d011d007251d01e206e285500a05a0000001e011d8018711c1620582c2500a05a0000009e8c0ad08a20e02d10103e9600a05a00000018000000000000000000000000000000000000000000000000000000000000000000000000000000ef00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" }, "attached" { "result" true }, "status" { "result" { "audiobitspersample" 0, "audiochannelcount" 0, "audioformat" "unknown", "audiosamplerate" 0, "outputpowered" true, "outputpresent" true } }, "txhdcpstatus" { "result" { "state" "not required" } }, "modes" { "result" \[ { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 640, "height" 480, "interlaced" false, "modename" "640x480x60p", "overscan" false, "preferred" false, "width" 640 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" true, "modename" "720x480x60i", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 576, "graphicsplanewidth" 720, "height" 576, "interlaced" true, "modename" "720x576x50i", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 848, "height" 480, "interlaced" false, "modename" "848x480x60p", "overscan" false, "preferred" false, "width" 848 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 600, "graphicsplanewidth" 800, "height" 600, "interlaced" false, "modename" "800x600x60p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 600, "graphicsplanewidth" 800, "height" 600, "interlaced" false, "modename" "800x600x75p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 960, "height" 960, "interlaced" false, "modename" "960x960x60p", "overscan" false, "preferred" false, "width" 960 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1024, "height" 768, "interlaced" false, "modename" "1024x768x60p", "overscan" false, "preferred" false, "width" 1024 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 768, "graphicsplanewidth" 1024, "height" 768, "interlaced" false, "modename" "1024x768x75p", "overscan" false, "preferred" false, "width" 1024 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1280, "height" 768, "interlaced" false, "modename" "1280x768x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 800, "interlaced" false, "modename" "1280x800x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 800, "interlaced" false, "modename" "1280x800x75p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1360, "height" 768, "interlaced" false, "modename" "1360x768x60p", "overscan" false, "preferred" false, "width" 1360 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1280, "graphicsplanewidth" 800, "height" 1280, "interlaced" false, "modename" "800x1280x60p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1920, "graphicsplanewidth" 1200, "height" 1920, "interlaced" false, "modename" "1200x1920x60p", "overscan" false, "preferred" false, "width" 1200 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1366, "height" 768, "interlaced" false, "modename" "1366x768x60p", "overscan" false, "preferred" false, "width" 1366 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 1280, "height" 960, "interlaced" false, "modename" "1280x960x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1024, "graphicsplanewidth" 1280, "height" 1024, "interlaced" false, "modename" "1280x1024x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 1024, "graphicsplanewidth" 1280, "height" 1024, "interlaced" false, "modename" "1280x1024x75p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 900, "graphicsplanewidth" 1440, "height" 900, "interlaced" false, "modename" "1440x900x60p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 900, "graphicsplanewidth" 1440, "height" 900, "interlaced" false, "modename" "1440x900x75p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1050, "graphicsplanewidth" 1400, "height" 1050, "interlaced" false, "modename" "1400x1050x60p", "overscan" false, "preferred" false, "width" 1400 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 1050, "graphicsplanewidth" 1400, "height" 1050, "interlaced" false, "modename" "1400x1050x75p", "overscan" false, "preferred" false, "width" 1400 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1440, "height" 1080, "interlaced" false, "modename" "1440x1080x60p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1088, "graphicsplanewidth" 1440, "height" 1088, "interlaced" false, "modename" "1440x1088x57p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1024, "graphicsplanewidth" 768, "height" 2048, "interlaced" false, "modename" "1536x2048x30p", "overscan" false, "preferred" false, "width" 1536 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 900, "graphicsplanewidth" 1600, "height" 900, "interlaced" false, "modename" "1600x900x60p", "overscan" false, "preferred" false, "width" 1600 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1200, "graphicsplanewidth" 1600, "height" 1200, "interlaced" false, "modename" "1600x1200x60p", "overscan" false, "preferred" false, "width" 1600 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1050, "graphicsplanewidth" 1680, "height" 1050, "interlaced" false, "modename" "1680x1050x60p", "overscan" false, "preferred" false, "width" 1680 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1296, "graphicsplanewidth" 1728, "height" 1296, "interlaced" false, "modename" "1728x1296x60p", "overscan" false, "preferred" false, "width" 1728 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 540, "interlaced" false, "modename" "1920x540x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1200, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "1920x1200x50p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1200, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "1920x1200x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 672, "graphicsplanewidth" 896, "height" 1344, "interlaced" false, "modename" "1792x1344x60p", "overscan" false, "preferred" false, "width" 1792 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 960, "height" 1920, "interlaced" false, "modename" "1920x1920x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 576, "graphicsplanewidth" 1024, "height" 1152, "interlaced" false, "modename" "2048x1152x50p", "overscan" false, "preferred" false, "width" 2048 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 576, "graphicsplanewidth" 1024, "height" 1152, "interlaced" false, "modename" "2048x1152x60p", "overscan" false, "preferred" false, "width" 2048 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 288, "graphicsplanewidth" 2376, "height" 288, "interlaced" false, "modename" "2376x288x60p", "overscan" false, "preferred" false, "width" 2376 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 2560, "height" 800, "interlaced" false, "modename" "2560x800x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 1280, "height" 960, "interlaced" false, "modename" "2560x960x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1280, "height" 1080, "interlaced" false, "modename" "2560x1080x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 1440, "interlaced" false, "modename" "2560x1440x30p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 1440, "interlaced" false, "modename" "2560x1440x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 1600, "interlaced" false, "modename" "2560x1600x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1024, "graphicsplanewidth" 1536, "height" 2048, "interlaced" false, "modename" "3072x2048x30p", "overscan" false, "preferred" false, "width" 3072 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x30p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x50p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x60p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 576, "graphicsplanewidth" 720, "height" 576, "interlaced" false, "modename" "720x576x50p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" false, "modename" "720x480x59 94p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" false, "modename" "720x480x60p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x24p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x23 976p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x25p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x50p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x59 94p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x60p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x50i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x59 94i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x60i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x24p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x23 976p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x25p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x29 97p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x30p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x50p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x59 94p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x60p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 360, "graphicsplanewidth" 1440, "height" 720, "interlaced" false, "modename" "2880x720x60p", "overscan" true, "preferred" false, "width" 2880 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 300, "graphicsplanewidth" 1920, "height" 600, "interlaced" false, "modename" "3840x600x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x25p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 600, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "3840x1200x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x23 976p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x24p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x25p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x29 97p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x50p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 600, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "3840x1200x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x50p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x59 94p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x23 976p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x24p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x25p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x29 97p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x30p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x50p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x59 94p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x60p", "overscan" true, "preferred" false, "width" 4096 } ] }, "activemode" { "result" { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x60p", "overscan" true, "preferred" false, "width" 1920 } }, "configuredmode" { "result" null }, "bestmode" { "result" "1920x1080x60p" }, "powersavestatus" { "result" false } } } } get /video/{\ connector}/output/{\ device}/edid/ devuelve la información edid de un monitor/televisor compatible conectado a la salida de video segmentos conector el valor actual siempre es hdmi dispositivo actualmente, este valor en las url /video/ es 0 para reproductores series 5 de una sola salida y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 ejemplo de solicitud get /rest/v1/video/hdmi/output/0/edid/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta resultado \<font color="#704ae0">string\</font> el resultado de cadena edid ejemplo de respuesta { "route" "/v1/video/hdmi/output/0/edid", "method" "get", "data" { "result" "00ffffffffffff004c2d0d050100000030120103801009780aee91a3544c99260f5054bdef80714f8111214081809500950fb3000101023a801871382d40582c4500a05a0000001e662150b051001b3040703600a05a0000001e000000fd00184b1a5117000a202020202020000000fc0053414d53554e470a2020202020016b020322f1469004050320222309070783010000e2000fe305030167030c001000b82d011d007251d01e206e285500a05a0000001e011d8018711c1620582c2500a05a0000009e8c0ad08a20e02d10103e9600a05a00000018000000000000000000000000000000000000000000000000000000000000000000000000000000ef00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } } get /video/{\ connector}/output/{\ device}/power save/ recupera el estado de alimentación del monitor conectado al reproductor (según se informa mediante edid) segmentos conector el valor actual siempre es hdmi dispositivo actualmente, este valor en las url /video/ es 0 para reproductores series 5 de una sola salida y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 ejemplo de solicitud get /rest/v1/video/hdmi/output/0/power save/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta is connected \<font color="#704ae0">bool\</font> indica si el monitor está conectado a la salida hdmi en el reproductor is powered \<font color="#704ae0">bool\</font> indica si el monitor está encendido (por ejemplo, rx con alimentación) habilitado \<font color="#704ae0">bool\</font> indica si el modo de ahorro de energía ha sido habilitado en la salida hdmi/vga ejemplo de respuesta { "route" "/v1/video/hdmi/output/0/power save/", "method" "get", "data" { "result" { "is connected" true, "is powered" true, "enabled" false } } } put /video/{\ connector}/output/{\ device}/power save/ habilita o deshabilita el modo de ahorro de energía en el monitor conectado al reproductor (a través de hdmi, vga o component) segmentos conector el valor actual siempre es hdmi dispositivo este valor en las url /video/ es actualmente 0 para reproductores series 5 de salida única y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 parámetros del cuerpo de la solicitud habilitado \<font color="#704ae0">bool\</font> si el ahorro de energía está habilitado o no ejemplo de solicitud put /rest/v1/video/hdmi/output/0/power save/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json content type application/json content length 51 este es el cuerpo de solicitud de ejemplo { "data" { "enabled" true } } cuerpo de la respuesta el servidor devolverá un mensaje de éxito o error ejemplo de respuesta { "data" { "result" true }, "route" "/v1/video/hdmi/output/0/power save", "method" "put" } get /video/{\ connector}/output/{\ device}/modes/ recupera todos los modos de video disponibles en la salida de video especificada segmentos conector el valor actual siempre es hdmi dispositivo este valor en las url /video/ es actualmente 0 para reproductores series 5 de salida única y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 ejemplo de solicitud get /rest/v1/video/hdmi/output/0/modes/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta devuelve una matriz de objetos de modo de video, cada uno de los cuales contiene los siguientes parámetros modename \<font color="#704ae0">string\</font> el modo (por ejemplo, "1920x1080x60p") colordepth \<font color="#704ae0">string\</font> la profundidad de color de la señal de video colorspace \<font color="#704ae0">string\</font> el espacio de color de la señal de video ("rgb", "yuv420" o "yuv422") dropframe \<font color="#704ae0">bool\</font> indica si el código de tiempo del video usa drop frame o no frecuencia \<font color="#704ae0">int\</font> la frecuencia de cuadros de la salida de video ancho \<font color="#704ae0">int\</font> el ancho de la salida de video altura \<font color="#704ae0">int\</font> la altura de la salida de video graphicsplanewidth \<font color="#704ae0">int\</font> el ancho del plano gráfico graphicsplaneheight \<font color="#704ae0">int\</font> la altura del plano gráfico entrelazado \<font color="#704ae0">bool\</font> indica si la salida de video es entrelazada o no sobrescaneo \<font color="#704ae0">bool\</font> indica si la salida de video está usando una configuración de overscan o no preferido \<font color="#704ae0">bool\</font> indica si el video es el modo preferido ejemplo de respuesta expandir { "route" "/v1/video/hdmi/output/0/modes/", "method" "get", "data" { "result" \[ { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 640, "height" 480, "interlaced" false, "modename" "640x480x60p", "overscan" false, "preferred" false, "width" 640 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" true, "modename" "720x480x60i", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 576, "graphicsplanewidth" 720, "height" 576, "interlaced" true, "modename" "720x576x50i", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 848, "height" 480, "interlaced" false, "modename" "848x480x60p", "overscan" false, "preferred" false, "width" 848 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 600, "graphicsplanewidth" 800, "height" 600, "interlaced" false, "modename" "800x600x60p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 600, "graphicsplanewidth" 800, "height" 600, "interlaced" false, "modename" "800x600x75p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 960, "height" 960, "interlaced" false, "modename" "960x960x60p", "overscan" false, "preferred" false, "width" 960 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1024, "height" 768, "interlaced" false, "modename" "1024x768x60p", "overscan" false, "preferred" false, "width" 1024 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 768, "graphicsplanewidth" 1024, "height" 768, "interlaced" false, "modename" "1024x768x75p", "overscan" false, "preferred" false, "width" 1024 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1280, "height" 768, "interlaced" false, "modename" "1280x768x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 800, "interlaced" false, "modename" "1280x800x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 800, "interlaced" false, "modename" "1280x800x75p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1360, "height" 768, "interlaced" false, "modename" "1360x768x60p", "overscan" false, "preferred" false, "width" 1360 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1280, "graphicsplanewidth" 800, "height" 1280, "interlaced" false, "modename" "800x1280x60p", "overscan" false, "preferred" false, "width" 800 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1920, "graphicsplanewidth" 1200, "height" 1920, "interlaced" false, "modename" "1200x1920x60p", "overscan" false, "preferred" false, "width" 1200 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 768, "graphicsplanewidth" 1366, "height" 768, "interlaced" false, "modename" "1366x768x60p", "overscan" false, "preferred" false, "width" 1366 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 1280, "height" 960, "interlaced" false, "modename" "1280x960x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1024, "graphicsplanewidth" 1280, "height" 1024, "interlaced" false, "modename" "1280x1024x60p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 1024, "graphicsplanewidth" 1280, "height" 1024, "interlaced" false, "modename" "1280x1024x75p", "overscan" false, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 900, "graphicsplanewidth" 1440, "height" 900, "interlaced" false, "modename" "1440x900x60p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 900, "graphicsplanewidth" 1440, "height" 900, "interlaced" false, "modename" "1440x900x75p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1050, "graphicsplanewidth" 1400, "height" 1050, "interlaced" false, "modename" "1400x1050x60p", "overscan" false, "preferred" false, "width" 1400 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 75, "graphicsplaneheight" 1050, "graphicsplanewidth" 1400, "height" 1050, "interlaced" false, "modename" "1400x1050x75p", "overscan" false, "preferred" false, "width" 1400 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1440, "height" 1080, "interlaced" false, "modename" "1440x1080x60p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1088, "graphicsplanewidth" 1440, "height" 1088, "interlaced" false, "modename" "1440x1088x57p", "overscan" false, "preferred" false, "width" 1440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1024, "graphicsplanewidth" 768, "height" 2048, "interlaced" false, "modename" "1536x2048x30p", "overscan" false, "preferred" false, "width" 1536 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 900, "graphicsplanewidth" 1600, "height" 900, "interlaced" false, "modename" "1600x900x60p", "overscan" false, "preferred" false, "width" 1600 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1200, "graphicsplanewidth" 1600, "height" 1200, "interlaced" false, "modename" "1600x1200x60p", "overscan" false, "preferred" false, "width" 1600 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1050, "graphicsplanewidth" 1680, "height" 1050, "interlaced" false, "modename" "1680x1050x60p", "overscan" false, "preferred" false, "width" 1680 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1296, "graphicsplanewidth" 1728, "height" 1296, "interlaced" false, "modename" "1728x1296x60p", "overscan" false, "preferred" false, "width" 1728 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 540, "interlaced" false, "modename" "1920x540x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1200, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "1920x1200x50p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1200, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "1920x1200x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 672, "graphicsplanewidth" 896, "height" 1344, "interlaced" false, "modename" "1792x1344x60p", "overscan" false, "preferred" false, "width" 1792 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 960, "graphicsplanewidth" 960, "height" 1920, "interlaced" false, "modename" "1920x1920x60p", "overscan" false, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 576, "graphicsplanewidth" 1024, "height" 1152, "interlaced" false, "modename" "2048x1152x50p", "overscan" false, "preferred" false, "width" 2048 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 576, "graphicsplanewidth" 1024, "height" 1152, "interlaced" false, "modename" "2048x1152x60p", "overscan" false, "preferred" false, "width" 2048 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 288, "graphicsplanewidth" 2376, "height" 288, "interlaced" false, "modename" "2376x288x60p", "overscan" false, "preferred" false, "width" 2376 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 2560, "height" 800, "interlaced" false, "modename" "2560x800x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 1280, "height" 960, "interlaced" false, "modename" "2560x960x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1280, "height" 1080, "interlaced" false, "modename" "2560x1080x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 1440, "interlaced" false, "modename" "2560x1440x30p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 1440, "interlaced" false, "modename" "2560x1440x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 800, "graphicsplanewidth" 1280, "height" 1600, "interlaced" false, "modename" "2560x1600x60p", "overscan" false, "preferred" false, "width" 2560 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1024, "graphicsplanewidth" 1536, "height" 2048, "interlaced" false, "modename" "3072x2048x30p", "overscan" false, "preferred" false, "width" 3072 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x30p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x50p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1720, "height" 1440, "interlaced" false, "modename" "3440x1440x60p", "overscan" false, "preferred" false, "width" 3440 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 576, "graphicsplanewidth" 720, "height" 576, "interlaced" false, "modename" "720x576x50p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" false, "modename" "720x480x59 94p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 480, "graphicsplanewidth" 720, "height" 480, "interlaced" false, "modename" "720x480x60p", "overscan" true, "preferred" false, "width" 720 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x24p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x23 976p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x25p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x50p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x59 94p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 720, "graphicsplanewidth" 1280, "height" 720, "interlaced" false, "modename" "1280x720x60p", "overscan" true, "preferred" false, "width" 1280 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x50i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x59 94i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" true, "modename" "1920x1080x60i", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x24p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x23 976p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x25p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x29 97p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x30p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x50p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x59 94p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x60p", "overscan" true, "preferred" false, "width" 1920 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 360, "graphicsplanewidth" 1440, "height" 720, "interlaced" false, "modename" "2880x720x60p", "overscan" true, "preferred" false, "width" 2880 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 300, "graphicsplanewidth" 1920, "height" 600, "interlaced" false, "modename" "3840x600x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x25p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 600, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "3840x1200x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x23 976p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x24p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x25p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x29 97p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x30p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 50, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x50p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 540, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "3840x1080x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 600, "graphicsplanewidth" 1920, "height" 1200, "interlaced" false, "modename" "3840x1200x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x50p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x59 94p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 2160, "interlaced" false, "modename" "3840x2160x60p", "overscan" true, "preferred" false, "width" 3840 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x23 976p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 24, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x24p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 25, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x25p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" true, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x29 97p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 30, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x30p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 50, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x50p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" true, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x59 94p", "overscan" true, "preferred" false, "width" 4096 }, { "colordepth" "8bit", "colorspace" "yuv420", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 2048, "height" 2160, "interlaced" false, "modename" "4096x2160x60p", "overscan" true, "preferred" false, "width" 4096 } ] } } get /video/{\ connector}/output/{\ device}/mode/ recupera el modo de video actual en la salida de video especificada segmentos conector el valor actual siempre es hdmi dispositivo este valor en las url de /video/ es actualmente 0 para reproductores series 5 de una sola salida y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 parámetros de cadena de consulta cada uno de estos parámetros entrega un valor de modo diferente mejor \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> si se establece en 1, esto devuelve el mejor modo activo \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> si se establece en 1, esto devuelve el modo activo configurado \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> si se establece en 1, esto devuelve el modo configurado ejemplos de solicitud get /rest/v1/video/hdmi/output/0/mode/?best=1\&destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json cuerpo de la respuesta isautomode \<font color="#704ae0">bool\</font> si el modo está configurado en “auto” nombre \<font color="#704ae0">string\</font> el nombre del modo de video igual que mode modename a continuación ancho \<font color="#704ae0">string\</font> el valor de ancho del modo de video altura \<font color="#704ae0">string\</font> el valor de altura del modo de video marcos \<font color="#704ae0">string\</font> el valor de la frecuencia de cuadros del modo de video escanear \<font color="#704ae0">string\</font> el valor del carácter de escaneo del modo de video modo \<font color="#704ae0">object\</font> el modo de video configurado actualmente en la salida de video con los siguientes parámetros modename \<font color="#704ae0">string\</font> el modo (por ejemplo, “1920x1080x60p”) colordepth \<font color="#704ae0">string\</font> la profundidad de color de la señal de video colorspace \<font color="#704ae0">string\</font> el espacio de color de la señal de video ("rgb", "yuv420" o "yuv422") dropframe \<font color="#704ae0">bool\</font> si el código de tiempo de video usa drop frame o no frecuencia \<font color="#704ae0">int\</font> la frecuencia de cuadros de la salida de video ancho \<font color="#704ae0">int\</font> el ancho de la salida de video altura \<font color="#704ae0">int\</font> la altura de la salida de video graphicsplanewidth \<font color="#704ae0">int\</font> el ancho del plano gráfico graphicsplaneheight \<font color="#704ae0">int\</font> la altura del plano gráfico entrelazado \<font color="#704ae0">bool\</font> si la salida de video es entrelazada o no sobrescaneo \<font color="#704ae0">bool\</font> si la salida de video está usando una configuración de overscan o no preferido \<font color="#704ae0">bool\</font> si el video es el modo preferido o no ejemplo de respuesta { "route" "/v1/video/hdmi/output/0/mode/", "method" "get", "data" { "result" { "isautomode" false, "name" "1920x1080x60p", "width" "1920", "height" "1080", "frames" "60", "scan" "p", "mode" { "colordepth" "8bit", "colorspace" "rgb", "dropframe" false, "frequency" 60, "graphicsplaneheight" 1080, "graphicsplanewidth" 1920, "height" 1080, "interlaced" false, "modename" "1920x1080x60p", "overscan" true, "preferred" false, "width" 1920 } } } } put /video/{\ connector}/output/{\ device}/mode/ cambia el modo de video docid\ qpml112mbhek7lbdguxnv en el reproductor segmentos conector el valor actual siempre es hdmi dispositivo actualmente, este valor en las url /video/ es 0 para reproductores series 5 de una sola salida y todos los reproductores series 4 y anteriores el valor puede ser 0 3 para el xc4055, que tiene múltiples salidas, y 0 o 1 para el xc2055 y xt2145 parámetros del cuerpo de la solicitud un objeto de modo de video que contiene los siguientes valores modename \<font color="#704ae0">string\</font> \<font color="#01a0af">required\</font> el modo (por ejemplo, "1920x1080x60p") colordepth \<font color="#704ae0">string\</font> \<font color="#01a0af">optional\</font> la profundidad de color de la señal de video colorspace \<font color="#704ae0">string\</font> \<font color="#01a0af">optional\</font> el espacio de color de la señal de video ("rgb", "yuv420" o "yuv422") dropframe \<font color="#704ae0">bool\</font> si el código de tiempo del video utiliza drop frame o no frecuencia \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> la frecuencia de cuadros de la salida de video ancho \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> el ancho de la salida de video altura \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> la altura de la salida de video graphicsplanewidth \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> el ancho del plano gráfico graphicsplaneheight \<font color="#704ae0">int\</font> \<font color="#01a0af">optional\</font> la altura del plano gráfico entrelazado \<font color="#704ae0">bool\</font> \<font color="#01a0af">optional\</font> si la salida de video es entrelazada o no sobrescaneo \<font color="#704ae0">bool\</font> \<font color="#01a0af">optional\</font> si la salida de video está utilizando una configuración de overscan o no preferido \<font color="#704ae0">bool\</font> \<font color="#01a0af">optional\</font> si el video es el modo preferido o no ejemplo de solicitud put /rest/v1/video/hdmi/output/0/mode/?destinationtype=player\&destinationname={{deviceserial}} http/1 1 host ws bsn cloud authorization bearer {{useraccesstoken}} accept application/json, application/vnd bsn error+json content type application/json content length 95 este es el cuerpo de la solicitud de ejemplo { "data" { "name" { "modename" "640x480x60p" } } } cuerpo de la respuesta el servidor devolverá un mensaje de éxito o error una respuesta correcta casi siempre provocará un reinicio, lo cual se indicará en la respuesta resultado \<font color="#704ae0">object\</font> el objeto de respuesta éxito \<font color="#704ae0">bool\</font> indica si la operación fue exitosa o no reinicio \<font color="#704ae0">bool\</font> indica si el reproductor se está reiniciando o no ejemplo de respuesta { "data" { "result" { "success" true, "reboot" true } }, "route" "/v1/video/hdmi/output/0/mode", "method" "put" }