Skip to content

LoadVideoParams ​

ts
type LoadVideoParams = BaseTextureParams & {
  startTime?: number;
};

Parameters for loading a video texture.

Type Declaration ​

NameTypeDescription
startTime?numberTimecode in seconds from which to start the video. Default 0

See ​

BaseTextureParams

Released under the MIT License.