renditions
- Ejemplos
Ahora, el objeto Video contiene una propiedad de matrices denominada renditions. | The Video object now contains an array property named renditions. |
De forma predeterminada, los campos devueltos contienen la propiedad renditions. | The renditions property is included by default in the fields returned. |
En los objetos Rendition que pase en el campo renditions del vídeo, defina la remoteUrl. | In the Rendition objects that you pass in the renditions field of the video, set the remoteUrl. |
El objeto context se pasa a la función selectRendition, que solo utiliza la matriz renditions del objeto. | The selectRendition function is passed the context object, from which it uses only the renditions array. |
Para acceder a la propiedad renditions, debe utilizar un token de la API habilitado para direcciones URL de salida de vídeo. | To access the renditions property, you need to use an API token that is enabled for outputting video URLs. |
Para cada variante de representación de entrega dinámica de un vídeo, la propiedad renditions contiene la dirección URL (ruta al activo), la tasa de codificación, la altura y la anchura de fotogramas, y tamaño. | For each dynamic delivery rendition of a video, the renditions property holds the URL (path to the asset), encoding rate, frame height and width, and size. |
Si existen múltiples variantes de representación y se dispone del token de URL correcto, se devolverán todas las variantes de representación, salvo que especifique los campos que desea y no incluya renditions en los campos. | If multiple renditions exist and if you have the proper URL token, the renditions will be returned unless you specify the fields you want and do not include renditions in the fields. |
Si los activos remotos se entregan mediante transmisión de secuencias en lugar de descarga progresiva, debe asegurarse de especificar las propiedades remoteUrl y remoteStreamName de sus variantes de representación (Renditions). | If your remote assets are served by streaming rather than by progressive download, you need to be sure to specify both the remoteUrl and the remoteStreamName properties of your Renditions. |
