@@ -30,7 +30,7 @@ An array of project items, contained within the specified project item.
3030
3131#### Description
3232
33- The audio channel mapping currently applied to this ** projectItem ** .
33+ The audio channel mapping currently applied to this ProjectItem .
3434
3535#### Type
3636
@@ -318,8 +318,8 @@ Creates a new project item for a sub-clip of the existing project item.
318318| Argument | Type | Description |
319319| ------------------- | ------- | ------------------------------------------ |
320320| ` name ` | String | A name of a new subclip. |
321- | ` startTime ` | String | Start time of subclip, in Ticks . |
322- | ` endTime ` | String | End time of subclip, in Ticks . |
321+ | ` startTime ` | String | Start time of subclip, in ticks . |
322+ | ` endTime ` | String | End time of subclip, in ticks . |
323323| ` hasHardBoundaries ` | Integer | If ` 1 ` , the user cannot extend in and out. |
324324| ` takeVideo ` | Integer | If ` 1 ` , use video from source. |
325325| ` takeAudio ` | Integer | If ` 1 ` , use audio from source. |
@@ -930,7 +930,7 @@ Sets the in point to `timeInTicks`, for specified media types.
930930
931931| Argument | Type | Description |
932932| ----------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
933- | ` time ` | String | A time in ** Ticks ** . |
933+ | ` time ` | String | A time in ticks. |
934934| ` mediaType ` | Integer | Determining which media type to affect; pass ` 1 ` for video only, ` 2 ` for audio only, or ` 4 ` for all media types. |
935935
936936#### Returns
@@ -969,7 +969,7 @@ Sets the out point to `timeInTicks`, for specified media types.
969969
970970| Argument | Type | Description |
971971| ----------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
972- | ` time ` | String | A time in ** Ticks ** . |
972+ | ` time ` | String | A time in ticks. |
973973| ` mediaType ` | Integer | Determining which media type to affect; pass ` 1 ` for video only, ` 2 ` for audio only, or ` 4 ` for all media types. |
974974
975975#### Returns
@@ -1068,9 +1068,9 @@ Assigns a new start time to the project item
10681068
10691069#### Parameters
10701070
1071- | Argument | Type | Description |
1072- | -------- | ------ | ---------------------------------------------- |
1073- | ` time ` | String | A new starting time, represented in ** Ticks ** . |
1071+ | Argument | Type | Description |
1072+ | -------- | ------ | ------------------------------------------ |
1073+ | ` time ` | String | A new starting time, represented in ticks . |
10741074
10751075#### Returns
10761076
0 commit comments