MediaStoreRecorderCut class

Signature:

export declare class MediaStoreRecorderCut

Properties

Property Type Description

durationMs

number

Required: The duration of the cut in milliseconds

sessionNum?

number

(Optional) Optional: If it’s ambiguous which session contains the start time (for example, due to a system clock change), then specify the correct session

startDateTime

Date

Required: The start point for the cut in UTC

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?