push


Description:

public FlowReturn push (uint8[] data, ClockTime timestamp)

Create an RTP buffer and store data.length bytes of data as the payload.

Set the timestamp on the new buffer to timestamp before pushing the buffer downstream.

Parameters:

this

a BasePayload

data

data to set as payload

timestamp

a ClockTime

payload_len

length of payload

Returns:

a FlowReturn