MediaStoreAssetCut class

Signature:

export declare class MediaStoreAssetCut

Properties

Property Type Description

durationMs?

number | "all"

(Optional) Optional: The duration of the cut in milliseconds - defaults to the entire asset

repeatCount?

number | "infinity"

(Optional) Optional: How many times to repeat the cut - defaults to 1

startTimeMs?

number

(Optional) Optional: The start point for the cut in milliseconds - defaults to zero

streamSelection

MediaStoreStreamSelection[]

Required: The streams you want to select from the asset

trimPartialGops

boolean

Required: In a video stream, if a start time or end time falls mid-gop, should the gop be trimmed to be frame accurate?