Click or drag to resize
PlayoutBufferNormalizePresentationTime Method
Normalize presentation time.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeSpan NormalizePresentationTime(
	RtpFrame frame
)

Parameters

frame
Type: StreamCoders.RtpRtpFrame
The frame used for normalization of presentation times.

Return Value

Type: TimeSpan
Returns a presentation time relative to wall-clock.
See Also