MediaStoreAssetCut class
Signature:
export declare class MediaStoreAssetCutProperties
| Property | Type | Description | 
|---|---|---|
| number | "all" | (Optional) Optional: The duration of the cut in milliseconds - defaults to the entire asset | |
| number | "infinity" | (Optional) Optional: How many times to repeat the cut - defaults to 1 | |
| number | (Optional) Optional: The start point for the cut in milliseconds - defaults to zero | |
| Required: The streams you want to select from the asset | ||
| 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? |