Skip to content

Commit 3ea1ae7

Browse files
committed
Convert Other
1 parent 2fccb6f commit 3ea1ae7

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

docs/other/audiochannelmapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Maps a source channel to the specified channel index.
4242

4343
#### Parameters
4444

45-
| Argument | Type | Description |
46-
|----------------------|-----------|---------------------------------------|
45+
| Argument | Type | Description |
46+
| -------------------- | ------- | ------------------------------------- |
4747
| `channelIndex` | Integer | The index of a channel to be mapped. |
4848
| `sourceChannelIndex` | Integer | The index of a source channel to map. |
4949

docs/other/time.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Returns the value of the `Time` passed, as a string, formatted in the specified
5050

5151
#### Parameters
5252

53-
| Argument | Type | Description |
54-
|-----------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
55-
| `frameRate` | `Time` | Time object with a duration of a single frame of the frame rate to be used. |
56-
| `displayFormat` | `int` | The display format to use. Will be one of the following:<br/><br/>TIMEDISPLAY_24Timecode = 100;<br/><br/>> TIMEDISPLAY_25Timecode = 101;<br/><br/>> TIMEDISPLAY_2997DropTimecode = 102;<br/><br/>> TIMEDISPLAY_2997NonDropTimecode = 103;<br/><br/>> TIMEDISPLAY_30Timecode = 104;<br/><br/>> TIMEDISPLAY_50Timecode = 105;<br/><br/>> TIMEDISPLAY_5994DropTimecode = 106;<br/><br/>> TIMEDISPLAY_5994NonDropTimecode = 107;<br/><br/>> TIMEDISPLAY_60Timecode = 108;<br/><br/>> TIMEDISPLAY_Frames = 109;<br/><br/>> TIMEDISPLAY_23976Timecode = 110;<br/><br/>> TIMEDISPLAY_16mmFeetFrames = 111;<br/><br/>> TIMEDISPLAY_35mmFeetFrames = 112;<br/><br/>> TIMEDISPLAY_48Timecode = 113;<br/><br/>> TIMEDISPLAY_AudioSamplesTimecode = 200;<br/><br/>> TIMEDISPLAY_AudioMsTimecode = 201; |
53+
| Argument | Type | Description |
54+
| --------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
55+
| `frameRate` | [Time object](#) | Time object with a duration of a single frame of the frame rate to be used. |
56+
| `displayFormat` | Integer | The display format to use. One of:<ul><li>`TIMEDISPLAY_24Timecode = 100;`</li><li>`TIMEDISPLAY_25Timecode = 101;`</li><li>`TIMEDISPLAY_2997DropTimecode = 102;`</li><li>`TIMEDISPLAY_2997NonDropTimecode = 103;`</li><li>`TIMEDISPLAY_30Timecode = 104;`</li><li>`TIMEDISPLAY_50Timecode = 105;`</li><li>`TIMEDISPLAY_5994DropTimecode = 106;`</li><li>`TIMEDISPLAY_5994NonDropTimecode = 107;`</li><li>`TIMEDISPLAY_60Timecode = 108;`</li><li>`TIMEDISPLAY_Frames = 109;`</li><li>`TIMEDISPLAY_23976Timecode = 110;`</li><li>`TIMEDISPLAY_16mmFeetFrames = 111;`</li><li>`TIMEDISPLAY_35mmFeetFrames = 112;`</li><li>`TIMEDISPLAY_48Timecode = 113;`</li><li>`TIMEDISPLAY_AudioSamplesTimecode = 200;`</li><li>`TIMEDISPLAY_AudioMsTimecode = 201;`</li></ul> |
5757

5858
#### Returns
5959

60-
A String.
60+
String.
6161

6262
---
6363

@@ -71,7 +71,7 @@ Sets the Time object to the result of dividing the numerator by the denominator.
7171

7272
#### Parameters
7373

74-
Both the numerator and the denominator are `ints`.
74+
Both the numerator and the denominator are integers.
7575

7676
#### Returns
7777

docs/sequence/track.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)