Click or drag to resize
PlayoutBuffer Methods

The PlayoutBuffer type exposes the following members.

Methods
  NameDescription
Public methodCalculatePresentationTime
Calculates the presentation time.
Public methodNormalizePresentationTime
Normalize presentation time.
Public methodReset
Public methodSetPresentationTime
Sets a presentation time.
Public methodUpdate(RtcpSenderReport)
Updates the given streamReader.
Public methodUpdate(Int32, Int32)
Public methodUpdate(Url, RtpInfo)
Updates playout buffer with information contained in RTP-Info header of an RTSP Play response.
Public methodUpdateFromInitialPacket
Updates the initial configuration of the playout buffer from an initially received packet so that relative timestamps can be calculated. This is a last resort when no other synchronization information is present.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also