@@ -113,12 +113,12 @@ Adds a 'clip' (media segment from a [ProjectItem object](../item/projectitem.md)
113113
114114#### Parameters
115115
116- | Argument | Type | Description |
117- | --------------- | ---------------------------------------------------------- | ----------------------------------------------------------- |
116+ | Argument | Type | Description |
117+ | ------------- | -------------------------------------------- | --------------------------------------------------------- |
118118| ` 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. |
122122
123123#### Returns
124124
@@ -160,10 +160,10 @@ Adds a 'clip' (media segment from a [ProjectItem object](../item/projectitem.md)
160160
161161#### Parameters
162162
163- | Argument | Type | Description |
164- | --------------- | ---------------------------------------------------------- | ------------------------------------------------------ |
163+ | Argument | Type | Description |
164+ | ------------- | -------------------------------------------- | ---------------------------------------------------- |
165165| ` 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** . |
167167
168168#### Returns
169169
@@ -184,9 +184,9 @@ Sets the mute state, of the track.
184184
185185#### Parameters
186186
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. |
190190
191191#### Returns
192192
0 commit comments