RTCPBuffer.map

gst.map_info.MapInfo map() @property nothrow
No documentation available for this declaration.
bool map(gst.buffer.Buffer buffer, gst.types.MapFlags flags, gstrtp.rtcpbuffer.RTCPBuffer rtcp) static nothrow

Open buffer for reading or writing, depending on flags. The resulting RTCP buffer state is stored in rtcp.

Parameters

buffera buffer with an RTCP packet
flagsflags for the mapping
rtcpresulting #GstRTCPBuffer

Returns