Explorar el Código

update docs

master
Jonathan Cobb hace 3 años
padre
commit
e1c7baf71a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      docs/concepts.md

+ 3
- 3
docs/concepts.md Ver fichero

@@ -32,9 +32,9 @@ Assets expose properties that can be referenced in operations. The properties cu
* `height`: width of the video in pixels (video and image assets only)
* `aspectRatio`: ratio of width / height (video and image assets only)
* `samplingRate`: sampling rate in Hz (audio assets only)
* `tracks`: array of tracks. only includes audio and video tracks (video only)
* `audioTracks`: array of audio tracks (video only)
* `videoTracks`: array of video tracks (video only)
* `tracks`: array of tracks. only includes audio and video tracks (video assets only)
* `audioTracks`: array of audio tracks (video assets only)
* `videoTracks`: array of video tracks (video assets only)
* `assets`: for a list asset, these are the nested sub-assets

## Operations


Cargando…
Cancelar
Guardar