@@ -113,12 +113,12 @@ Adds a 'clip' (media segment from a [ProjectItem object](../item/projectitem.md)
113
113
114
114
#### Parameters
115
115
116
- | Argument | Type | Description |
117
- | --------------- | ---------------------------------------------------------- | ----------------------------------------------------------- |
116
+ | Argument | Type | Description |
117
+ | ------------- | -------------------------------------------- | --------------------------------------------------------- |
118
118
| ` projectItem ` | [ ProjectItem object] ( ../item/projectitem.md ) | A project item from which to get media. |
119
- | ` time ` | String | The time at which to add project item, in ** Ticks** . |
120
- | ` vTrackIndex ` | ` int ` | The (zero-based) track index, into which to insert video. |
121
- | ` aTrackIndex ` | ` int ` | The (zero-based) track index, into which to insert audio. |
119
+ | ` time ` | String | The time at which to add project item, in ** Ticks** . |
120
+ | ` vTrackIndex ` | Integer | The (zero-based) track index, into which to insert video. |
121
+ | ` aTrackIndex ` | Integer | The (zero-based) track index, into which to insert audio. |
122
122
123
123
#### Returns
124
124
@@ -160,10 +160,10 @@ Adds a 'clip' (media segment from a [ProjectItem object](../item/projectitem.md)
160
160
161
161
#### Parameters
162
162
163
- | Argument | Type | Description |
164
- | --------------- | ---------------------------------------------------------- | ------------------------------------------------------ |
163
+ | Argument | Type | Description |
164
+ | ------------- | -------------------------------------------- | ---------------------------------------------------- |
165
165
| ` projectItem ` | [ ProjectItem object] ( ../item/projectitem.md ) | A project item from which to get media. |
166
- | ` time ` | String | The time at which to add project item, in ** Ticks** . |
166
+ | ` time ` | String | The time at which to add project item, in ** Ticks** . |
167
167
168
168
#### Returns
169
169
@@ -184,9 +184,9 @@ Sets the mute state, of the track.
184
184
185
185
#### Parameters
186
186
187
- | Argument | Type | Description |
188
- | ------------ | ----------- | ------------------------------------------------------------ |
189
- | ` isMuted ` | Integer | If ` 1 ` , mute the track. If ` 0 ` , the track will be unmuted. |
187
+ | Argument | Type | Description |
188
+ | --------- | ------- | ---------------------------------------------------------- |
189
+ | ` isMuted ` | Integer | If ` 1 ` , mute the track. If ` 0 ` , the track will be unmuted. |
190
190
191
191
#### Returns
192
192
0 commit comments