Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ partial void ProcessPostRenderResponseContent(
/// A timeline represents the contents of a video edit over time, an audio edit over time, in seconds, or an image layout. A timeline consists of layers called tracks. Tracks are composed of titles, images, audio, html or video segments referred to as clips which are placed along the track at specific starting point and lasting for a specific amount of time.
/// </param>
/// <param name="output">
/// The output format, render range and type of media to generate.
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public partial interface IEditClient
/// A timeline represents the contents of a video edit over time, an audio edit over time, in seconds, or an image layout. A timeline consists of layers called tracks. Tracks are composed of titles, images, audio, html or video segments referred to as clips which are placed along the track at specific starting point and lasting for a specific amount of time.
/// </param>
/// <param name="output">
/// The output format, render range and type of media to generate.
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Shotstack/Generated/Shotstack.Models.Edit.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed partial class Edit
public required global::Shotstack.Timeline Timeline { get; set; }

/// <summary>
/// The output format, render range and type of media to generate.
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("output")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -77,7 +77,7 @@ public sealed partial class Edit
/// A timeline represents the contents of a video edit over time, an audio edit over time, in seconds, or an image layout. A timeline consists of layers called tracks. Tracks are composed of titles, images, audio, html or video segments referred to as clips which are placed along the track at specific starting point and lasting for a specific amount of time.
/// </param>
/// <param name="output">
/// The output format, render range and type of media to generate.
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
Expand Down
6 changes: 3 additions & 3 deletions src/libs/Shotstack/Generated/Shotstack.Models.Output.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Shotstack
{
/// <summary>
/// The output format, render range and type of media to generate.
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </summary>
public sealed partial class Output
{
Expand All @@ -26,7 +26,7 @@ public sealed partial class Output
public required global::Shotstack.OutputFormat Format { get; set; }

/// <summary>
/// The preset output resolution of the video or image. For custom sizes use the `size` property. &lt;ul&gt;<br/>
/// The preset output resolution of the video or image. For custom sizes use the `size` property. Either `resolution` or `size` (with both `width` and `height`) must be specified for all formats except `mp3`. &lt;ul&gt;<br/>
/// &lt;li&gt;`preview` - 512px x 288px @ 15fps&lt;/li&gt;<br/>
/// &lt;li&gt;`mobile` - 640px x 360px @ 25fps&lt;/li&gt;<br/>
/// &lt;li&gt;`sd` - 1024px x 576px @ 25fps&lt;/li&gt;<br/>
Expand Down Expand Up @@ -171,7 +171,7 @@ public sealed partial class Output
/// Example: mp4
/// </param>
/// <param name="resolution">
/// The preset output resolution of the video or image. For custom sizes use the `size` property. &lt;ul&gt;<br/>
/// The preset output resolution of the video or image. For custom sizes use the `size` property. Either `resolution` or `size` (with both `width` and `height`) must be specified for all formats except `mp3`. &lt;ul&gt;<br/>
/// &lt;li&gt;`preview` - 512px x 288px @ 15fps&lt;/li&gt;<br/>
/// &lt;li&gt;`mobile` - 640px x 360px @ 25fps&lt;/li&gt;<br/>
/// &lt;li&gt;`sd` - 1024px x 576px @ 25fps&lt;/li&gt;<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Shotstack
{
/// <summary>
/// The preset output resolution of the video or image. For custom sizes use the `size` property. &lt;ul&gt;<br/>
/// The preset output resolution of the video or image. For custom sizes use the `size` property. Either `resolution` or `size` (with both `width` and `height`) must be specified for all formats except `mp3`. &lt;ul&gt;<br/>
/// &lt;li&gt;`preview` - 512px x 288px @ 15fps&lt;/li&gt;<br/>
/// &lt;li&gt;`mobile` - 640px x 360px @ 25fps&lt;/li&gt;<br/>
/// &lt;li&gt;`sd` - 1024px x 576px @ 25fps&lt;/li&gt;<br/>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Shotstack/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@
]
},
"Output": {
"description": "The output format, render range and type of media to generate.",
"description": "The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.",
"properties": {
"format": {
"description": "The output format and type of media file to generate. <ul>\n <li>`mp4` - mp4 video file</li>\n <li>`gif` - animated gif</li>\n <li>`jpg` - jpg image file</li>\n <li>`png` - png image file</li>\n <li>`bmp` - bmp image file</li>\n <li>`mp3` - mp3 audio file (audio only)</li>\n</ul>",
Expand All @@ -3329,7 +3329,7 @@
"example": "mp4"
},
"resolution": {
"description": "The preset output resolution of the video or image. For custom sizes use the `size` property. <ul>\n <li>`preview` - 512px x 288px @ 15fps</li>\n <li>`mobile` - 640px x 360px @ 25fps</li>\n <li>`sd` - 1024px x 576px @ 25fps</li>\n <li>`hd` - 1280px x 720px @ 25fps</li>\n <li>`1080` - 1920px x 1080px @ 25fps</li>\n <li>`4k` - 3840px x 2160px @ 25fps</li>\n</ul>",
"description": "The preset output resolution of the video or image. For custom sizes use the `size` property. Either `resolution` or `size` (with both `width` and `height`) must be specified for all formats except `mp3`. <ul>\n <li>`preview` - 512px x 288px @ 15fps</li>\n <li>`mobile` - 640px x 360px @ 25fps</li>\n <li>`sd` - 1024px x 576px @ 25fps</li>\n <li>`hd` - 1280px x 720px @ 25fps</li>\n <li>`1080` - 1920px x 1080px @ 25fps</li>\n <li>`4k` - 3840px x 2160px @ 25fps</li>\n</ul>",
"enum": [
"preview",
"mobile",
Expand Down