Enum RealtimeFramePresentationTimestampOptions
Options for controlling the presentation timestamp for each frame when capturing in real time.
Namespace: RenderHeads.Media.AVProMovieCapture
Assembly: cs.temp.dll.dll
Syntax
public enum RealtimeFramePresentationTimestampOptions
Fields
| Name | Description |
|---|---|
| Fixed | Uses a fixed time step based on the requested frame rate. |
| Nearest | Uses the nearest fixed time step (based on the requested frame rate) to the current time. |
| Realtime | Uses the current time. |