Back to Seed Clases

GstRtp


Classes

Interfaces

Structs

Unions

Enums

Struct GstRtp.RTCPPacket

Import line: GstRtp = imports.gi.GstRtp;
GIR File: GstRtp-0.10.gir
C documentation: GstRTCPPacket
Struct : RTCPPacket
  Show / Hide Inherited methods, properties and signals
Data structure that points to a packet at offset in buffer. The size of the structure is made public to allow stack allocations.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstRtp.RTCPPacket ()
Create a new GstRtp.RTCPPacket
Create a new GstRtp.RTCPPacket
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtp
Method
GstRtp.rtcp_buffer_add_packet (Buffer buffer, RTCPType type, RTCPPacket packet) : Boolean
Add a new packet of type to buffer.
GstRtp
Method
GstRtp.rtcp_buffer_get_first_packet (Buffer buffer, RTCPPacket packet) : Boolean
Initialize a new GstRTCPPacket pointer that points to the first packet in
GstRtp
Method
GstRtp.rtcp_packet_fb_get_type (RTCPPacket packet) : GstRtp.RTCPFBType
Get the feedback message type of the FB packet.
GstRtp
Method
GstRtp.rtcp_packet_get_type (RTCPPacket packet) : GstRtp.RTCPType
Get the packet type of the packet pointed to by packet.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:02 GMT+0800 (HKT)