Enum RTSPNTPTimeSource
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
NTP time source for RTSP timestamp synchronization. Determines which clock source to use for NTP timestamp calculations.
public enum RTSPNTPTimeSourceFields
NTP = 0-
Use NTP time from RTCP packets. The most accurate method when the RTSP server provides NTP information.
RunningTime = 1-
Use the system clock. Uses the local machine's clock for timestamp calculations.
Clock = 2-
Use the global pipeline clock. Synchronizes with other elements in the GStreamer pipeline. Recommended for multi-stream synchronized playback.