buffer_add_rtp_source_meta


Description:

[ CCode ( cname = "gst_buffer_add_rtp_source_meta" ) ]
[ Version ( since = "1.16" ) ]
public unowned SourceMeta? buffer_add_rtp_source_meta (Buffer buffer, uint32? ssrc, uint32[]? csrc)

Attaches RTP source information to buffer.

Parameters:

buffer

a Buffer

ssrc

pointer to the SSRC

csrc

pointer to the CSRCs

csrc_count

number of elements in csrc

Returns:

the SourceMeta on buffer.


Namespace: Gst.RTP