Working With the Video/Audio Field

This section describes how you can use the video/audio field to import different types of video/audio. The video/audio field must contain the URI and the MIME type of the video/audio specified in JSON format. You can, however, also include a lot of other information about the imported audio or video clip, such as crop points, cue points and transient links. The field must contain a map of one or more key-value pairs, for example:

{
  key1:value1
  key2:value2
}

The values may themselves also be maps:

{
  key1:{
    key1a:value1a
    key1b:value1b
  }
  key2:value2
}

and so on. The following sections describe the specific key-value pairs that can appear in a video or audio field, and what they mean.