Back to Seed Clases

GstRtp


Classes

Interfaces

Structs

Unions

Enums

Enum GstRtp.RTCPSDESType

Import line: GstRtp = imports.gi.GstRtp;
GIR File: GstRtp-0.10.gir
C documentation: GstRTCPSDESType
Enum : RTCPSDESType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstRtp
Method
GstRtp.rtcp_sdes_name_to_type (String name) : GstRtp.RTCPSDESType
Convert name into a GstRTCPSDESType.
GstRtp
Method
GstRtp.rtcp_sdes_type_to_name (RTCPSDESType type) : String
Converts type to the string equivalent.
GstRtp.RTCPPacket
Method
sdes_get_entry (RTCPSDESType type, String len, Object out_values) : Boolean
Get the data of the current SDES item entry.
GstRtp.RTCPPacket
Method
sdes_copy_entry (RTCPSDESType type, String len, Object out_values) : Boolean
This function is like gst_rtcp_packet_sdes_get_entry() but it returns a null-terminated copy of the data instead.
GstRtp.RTCPPacket
Method
sdes_add_entry (RTCPSDESType type, Number len, String data) : Boolean
Add a new SDES entry to the current item in packet.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:02 GMT+0800 (HKT)