RTPBaseAudioPayload.push
gst.types.FlowReturn push(ubyte[] data, gst.types.ClockTime timestamp)Create an RTP buffer and store payload_len bytes of data as the payload. Set the timestamp on the new buffer to timestamp before pushing the buffer downstream.
Parameters
data | data to set as payload |
timestamp | a #GstClockTime |
Returns
a #GstFlowReturn