Bläddra i källkod

update docs

master
Jonathan Cobb 3 år sedan
förälder
incheckning
e1c7baf71a
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      docs/concepts.md

+ 3
- 3
docs/concepts.md Visa fil

@@ -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


Laddar…
Avbryt
Spara