PlayoutBufferUpdate Method (Int32, Int32) |
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void Update(
int rtpInfoTimestamp,
int rtpInfoSequenceNumber
)
Public Sub Update (
rtpInfoTimestamp As Integer,
rtpInfoSequenceNumber As Integer
)
public:
void Update(
int rtpInfoTimestamp,
int rtpInfoSequenceNumber
)
member Update :
rtpInfoTimestamp : int *
rtpInfoSequenceNumber : int -> unit
Parameters
- rtpInfoTimestamp
- Type: SystemInt32
- rtpInfoSequenceNumber
- Type: SystemInt32
See Also