@cesdk/engine 1.55.0-nightly.20250627 → 1.55.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/core/{cesdk-v1.55.0-nightly.20250627-T4JZRWJD.wasm → cesdk-v1.55.0-rc.0-36AZY5S7.wasm} +0 -0
- package/assets/core/worker-host-v1.55.0-rc.0.js +1 -0
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/assets/core/worker-host-v1.55.0-nightly.20250627.js +0 -1
- /package/assets/core/{cesdk-v1.55.0-nightly.20250627-44YCFRT6.data → cesdk-v1.55.0-rc.0-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -3056,7 +3056,8 @@ export declare class BlockAPI {
|
|
|
3056
3056
|
getVideoHeight(id: DesignBlockId): number;
|
|
3057
3057
|
/**
|
|
3058
3058
|
* Generate a sequence of thumbnails for the given video fill or design block.
|
|
3059
|
-
* Note:
|
|
3059
|
+
* Note: There can only be one thumbnail generation request in progress for a given block.
|
|
3060
|
+
* Note: During playback, the thumbnail generation will be paused.
|
|
3060
3061
|
* @param id - The video fill or design block.
|
|
3061
3062
|
* @param thumbnailHeight - The height of a thumbnail. The width will be calculated from the video aspect ratio.
|
|
3062
3063
|
* @param timeBegin - The time in seconds relative to the time offset of the design block at which the thumbnail sequence should start.
|
|
@@ -3070,6 +3071,7 @@ export declare class BlockAPI {
|
|
|
3070
3071
|
* Generate a thumbnail sequence for the given audio block or video fill.
|
|
3071
3072
|
* A thumbnail in this case is a chunk of samples in the range of 0 to 1.
|
|
3072
3073
|
* In case stereo data is requested, the samples are interleaved, starting with the left channel.
|
|
3074
|
+
* Note: During playback, the thumbnail generation will be paused.
|
|
3073
3075
|
* @param id - The audio block or video fill.
|
|
3074
3076
|
* @param samplesPerChunk - The number of samples per chunk. `onChunk` is called when this many samples are ready.
|
|
3075
3077
|
* @param timeBegin - The time in seconds at which the thumbnail sequence should start.
|