Click or drag to resize
PlayoutBufferCalculatePresentationTime Method
Calculates the presentation time.

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

Parameters

frame
Type: StreamCoders.RtpRtpFrame
The frame used for calculating the relative presentation time.

Return Value

Type: DateTime
The calculated presentation time relative to TimeSpan.Zero.
See Also