Skip to content

Commit 77a1b3d

Browse files
author
Jeff Shillitto
committed
Remove outdated destination details
1 parent 456da1b commit 77a1b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ setMute(bool mute) | Mute the audio track of the output video. Set to `true` to
914914
setRange([Shotstack.Range](#range) range) | Specify a time range to render, i.e. to render only a portion of a video or audio file. Omit this setting to export the entire video. Range can also be used to render a frame at a specific time point - setting a range and output format as `jpg` will output a single frame image at the range `start` point. | -
915915
setPoster([Shotstack.Poster](#poster) poster) | Generate a poster image from a specific point on the timeline. | -
916916
setThumbnail([Shotstack.Thumbnail](#thumbnail) thumbnail) | Generate a thumbnail image from a specific point on the timeline. | -
917-
setDestinations([AnyOfShotstackDestination[]](#shotstackdestination) destinations) | A destination is a location where output files can be sent to for serving or hosting. By default all rendered assets are automatically sent to the Shotstack hosting destination. [ShotstackDestination](#shotstackdestination) is currently the only option with plans to add more in the future such as S3, YouTube, Vimeo and Mux. If you do not require hosting you can opt-out using the `exclude` property. | -
917+
setDestinations([Destinations[]](#destinations) destinations) | A destination is a location where output files can be sent to for serving or hosting. By default all rendered assets are automatically sent to the Shotstack hosting destination. | -
918918
919919
---
920920
@@ -1274,7 +1274,7 @@ The response data returned with the [TemplateListResponse](#templatelistresponse
12741274
Method | Description | Required
12751275
:--- | :--- | :---:
12761276
getOwner(): bool | The owner id of the templates. | Y
1277-
getTemplates(): [[Shotstack.TemplateListResponseItem]](#templatelistresponseitem) | The list of templates. | Y
1277+
getTemplates(): [Shotstack.TemplateListResponseItem[]](#templatelistresponseitem) | The list of templates. | Y
12781278
12791279
### TemplateListResponseItem
12801280

0 commit comments

Comments
 (0)