File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ type MediaTransformationOutputOptions = {
9595 * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
9696 */
9797 duration ?: string
98+ /**
99+ * Number of frames in the spritesheet.
100+ */
101+ imageCount ?: number
98102 /**
99103 * Output format for the generated media.
100104 */
Original file line number Diff line number Diff line change @@ -8895,6 +8895,10 @@ type MediaTransformationOutputOptions = {
88958895 * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
88968896 */
88978897 duration ?: string ;
8898+ /**
8899+ * Number of frames in the spritesheet.
8900+ */
8901+ imageCount ?: number ;
88988902 /**
88998903 * Output format for the generated media.
89008904 */
Original file line number Diff line number Diff line change @@ -8921,6 +8921,10 @@ export type MediaTransformationOutputOptions = {
89218921 * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
89228922 */
89238923 duration ?: string ;
8924+ /**
8925+ * Number of frames in the spritesheet.
8926+ */
8927+ imageCount ?: number ;
89248928 /**
89258929 * Output format for the generated media.
89268930 */
Original file line number Diff line number Diff line change @@ -8513,6 +8513,10 @@ type MediaTransformationOutputOptions = {
85138513 * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
85148514 */
85158515 duration ?: string ;
8516+ /**
8517+ * Number of frames in the spritesheet.
8518+ */
8519+ imageCount ?: number ;
85168520 /**
85178521 * Output format for the generated media.
85188522 */
Original file line number Diff line number Diff line change @@ -8537,6 +8537,10 @@ export type MediaTransformationOutputOptions = {
85378537 * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
85388538 */
85398539 duration ?: string ;
8540+ /**
8541+ * Number of frames in the spritesheet.
8542+ */
8543+ imageCount ?: number ;
85408544 /**
85418545 * Output format for the generated media.
85428546 */
You can’t perform that action at this time.
0 commit comments