PlayoutBuffer Class |
Namespace: StreamCoders.Rtp
The PlayoutBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | PlayoutBuffer |
Constructor.
|
Name | Description | |
---|---|---|
![]() | HasReceivedRtpInfo |
Gets a value indicating whether this object has been passed the RTP-INFO header.
|
![]() | IsSynchronized |
Gets a value indicating whether this object is synchronized against RTCP.
|
![]() | PlayoutStartTime |
This is the relative seek start time. By default this will be 0.0.
|
Name | Description | |
---|---|---|
![]() | CalculatePresentationTime |
Calculates the presentation time.
|
![]() | NormalizePresentationTime |
Normalize presentation time.
|
![]() | Reset | |
![]() | SetPresentationTime |
Sets a presentation time.
|
![]() | Update(RtcpSenderReport) |
Updates the given streamReader.
|
![]() | Update(Int32, Int32) | |
![]() | Update(Url, RtpInfo) |
Updates playout buffer with information contained in RTP-Info header of an RTSP Play
response.
|
![]() | UpdateFromInitialPacket |
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.
|
Name | Description | |
---|---|---|
![]() | PresentationBuffer |
Optional presentation buffer to allow for reordering from decoding times to presentation
times.
|
![]() | Scale |
The scale.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |