[ CCode ( has_type_id = false ) ] [ GIR ( name = "RTCPBuffer" ) ] publicstructBuffer
Note: The API in this module is not yet declared stable.
The GstRTPCBuffer helper functions makes it easy to parse and create regular Buffer objects that contain
compound RTCP packets. These buffers are typically of 'application/x-rtcp' Caps.
An RTCP buffer consists of 1 or more Packet structures that you can retrieve with
get_first_packet. Packet
acts as a pointer into the RTCP buffer; you can move to the next packet with
move_to_next.