Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 39e5406

Browse files
committed
Fix two <br/>
1 parent 5eb5203 commit 39e5406

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

‎docs/transmitters/tmModule-structures.md‎

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -326,27 +326,29 @@ typedef struct {
326326
} tmPushVideo;
327327
```
328328

329-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
330-
| Member | Description |
331-
+================+=========================================================================================================================================================================================================+
332-
| `inTime` | Describes which frame of the video is being passed in. |
333-
| | |
334-
| | A negative value means the frame should be displayed immediately. |
335-
| | |
336-
| | Use this value to determine the corresponding timecode for the frame being pushed. |
337-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
338-
| `inPlayMode` | Pass this into the clock callback above. |
339-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
340-
| `inQuality` | The quality of the render. |
341-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
342-
| `inFrames` | The frame or set of frames to transmit. As of CS6, this will always be a single frame. |
343-
| | |
344-
| | `tmLabeledFrame` is defined as: |
345-
| | |
346-
| | <pre lang="cpp">typedef struct {<br/> PPixHand inFrame;<br/> PrSDKStreamLabel inStreamLabel;<br/>} tmLabeledFrame;</pre><br/>The frame(s) must be disposed of by the transmitter when done. |
347-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
348-
| `inFrameCount` | The number of frames in inFrames. |
349-
+----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
329+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
330+
| Member | Description |
331+
+================+======================================================================================================================================+
332+
| `inTime` | Describes which frame of the video is being passed in. |
333+
| | |
334+
| | A negative value means the frame should be displayed immediately. |
335+
| | |
336+
| | Use this value to determine the corresponding timecode for the frame being pushed. |
337+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
338+
| `inPlayMode` | Pass this into the clock callback above. |
339+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
340+
| `inQuality` | The quality of the render. |
341+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
342+
| `inFrames` | The frame or set of frames to transmit. As of CS6, this will always be a single frame. |
343+
| | |
344+
| | `tmLabeledFrame` is defined as: |
345+
| | |
346+
| | <pre lang="cpp">typedef struct {<br/> PPixHand inFrame;<br/> PrSDKStreamLabel inStreamLabel;<br/>} tmLabeledFrame;</pre> |
347+
| | |
348+
| | The frame(s) must be disposed of by the transmitter when done. |
349+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
350+
| `inFrameCount` | The number of frames in inFrames. |
351+
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+
350352

351353
---
352354

‎docs/universals/legacy-callback-suites.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ Used to manipulate a PPix. Superceded by the [PPix Creator Suite](sweetpea-suite
272272
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
273273
| `getClipVideoEx` | Superceded by the [Clip Render Suite](sweetpea-suites.md#clip-render-suite), which provides asynchronous import. |
274274
| | |
275-
| | Retrieves a frame from a clip in a segment tree returned from the [Video Segment Suite](sweetpea-suites.md#video-segment-suite).<br/>It can be used by to retrieve and store a still frame, such as a title, for playback. |
275+
| | Retrieves a frame from a clip in a segment tree returned from the [Video Segment Suite](sweetpea-suites.md#video-segment-suite). |
276+
| | |
277+
| | It can be used by to retrieve and store a still frame, such as a title, for playback. |
276278
| | |
277279
| | !!! warning |
278280
| | This call is expensive; use it carefully. |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /