PlayoutBufferNormalizePresentationTime Method |
Normalize presentation time.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan NormalizePresentationTime(
RtpFrame frame
)
Public Function NormalizePresentationTime (
frame As RtpFrame
) As TimeSpan
public:
TimeSpan NormalizePresentationTime(
RtpFrame^ frame
)
member NormalizePresentationTime :
frame : RtpFrame -> TimeSpan
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