PlayoutBufferUpdateFromInitialPacket Method |
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.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void UpdateFromInitialPacket(
RtpPacket packet
)
Public Sub UpdateFromInitialPacket (
packet As RtpPacket
)
public:
void UpdateFromInitialPacket(
RtpPacket^ packet
)
member UpdateFromInitialPacket :
packet : RtpPacket -> unit
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
Packet to use for initial configuration
See Also