Back to Seed Clases

GstSdp


Classes

Interfaces

Structs

Unions

Enums

Enum GstSdp.SDPResult

Import line: GstSdp = imports.gi.GstSdp;
GIR File: GstSdp-0.10.gir
C documentation: GstSDPResult
Enum : SDPResult
  Show / Hide Inherited methods, properties and signals
Return values for the SDP functions.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstSdp
Method
GstSdp.message_parse_buffer (String data, Number size, SDPMessage msg) : GstSdp.SDPResult
Parse the contents of size bytes pointed to by data and store the result in
GstSdp.SDPMedia
Method
init () : GstSdp.SDPResult
Initialize media so that its contents are as if it was freshly allocated with gst_sdp_media_new().
GstSdp.SDPMedia
Method
uninit () : GstSdp.SDPResult
Free all resources allocated in media.
GstSdp.SDPMedia
Method
free () : GstSdp.SDPResult
Free all resources allocated by media.
GstSdp.SDPMedia
Method
set_media (String med) : GstSdp.SDPResult
Set the media description of media to med.
GstSdp.SDPMedia
Method
set_port_info (Number port, Number num_ports) : GstSdp.SDPResult
Set the port information in media.
GstSdp.SDPMedia
Method
set_proto (String proto) : GstSdp.SDPResult
Set the media transport protocol of media to proto.
GstSdp.SDPMedia
Method
add_format (String format) : GstSdp.SDPResult
Add the format information to media.
GstSdp.SDPMedia
Method
set_information (String information) : GstSdp.SDPResult
Set the media information of media to information.
GstSdp.SDPMedia
Method
add_connection (String nettype, String addrtype, String address, Number ttl, Number addr_number) : GstSdp.SDPResult
"Internet".
GstSdp.SDPMedia
Method
add_bandwidth (String bwtype, Number bandwidth) : GstSdp.SDPResult
Add the bandwidth information with bwtype and bandwidth to media.
GstSdp.SDPMedia
Method
set_key (String type, String data) : GstSdp.SDPResult
Adds the encryption information to media.
GstSdp.SDPMedia
Method
add_attribute (String key, String value) : GstSdp.SDPResult
Add the attribute with key and value to media.
GstSdp.SDPMessage
Method
init () : GstSdp.SDPResult
Initialize msg so that its contents are as if it was freshly allocated with gst_sdp_message_new().
GstSdp.SDPMessage
Method
uninit () : GstSdp.SDPResult
Free all resources allocated in msg.
GstSdp.SDPMessage
Method
free () : GstSdp.SDPResult
Free all resources allocated by msg.
GstSdp.SDPMessage
Method
set_version (String version) : GstSdp.SDPResult
Set the version in msg.
GstSdp.SDPMessage
Method
set_origin (String username, String sess_id, String sess_version, String nettype, String addrtype, String addr) : GstSdp.SDPResult
Configure the SDP origin in msg with the given parameters.
GstSdp.SDPMessage
Method
set_session_name (String session_name) : GstSdp.SDPResult
Set the session name in msg.
GstSdp.SDPMessage
Method
set_information (String information) : GstSdp.SDPResult
Set the information in msg.
GstSdp.SDPMessage
Method
set_uri (String uri) : GstSdp.SDPResult
Set the URI in msg.
GstSdp.SDPMessage
Method
add_email (String email) : GstSdp.SDPResult
Add email to the list of emails in msg.
GstSdp.SDPMessage
Method
add_phone (String phone) : GstSdp.SDPResult
Add phone to the list of phones in msg.
GstSdp.SDPMessage
Method
set_connection (String nettype, String addrtype, String address, Number ttl, Number addr_number) : GstSdp.SDPResult
"Internet".
GstSdp.SDPMessage
Method
add_bandwidth (String bwtype, Number bandwidth) : GstSdp.SDPResult
Add the specified bandwidth information to msg.
GstSdp.SDPMessage
Method
add_time (String start, String stop, Array repeat) : GstSdp.SDPResult
Add time information start and stop to msg.
GstSdp.SDPMessage
Method
add_zone (String adj_time, String typed_time) : GstSdp.SDPResult
Add time zone information to msg.
GstSdp.SDPMessage
Method
set_key (String type, String data) : GstSdp.SDPResult
Adds the encryption information to msg.
GstSdp.SDPMessage
Method
add_attribute (String key, String value) : GstSdp.SDPResult
Add the attribute with key and value to msg.
GstSdp.SDPMessage
Method
add_media (SDPMedia media) : GstSdp.SDPResult
Adds media to the array of medias in msg.
GstSdp.SDPMessage
Method
dump () : GstSdp.SDPResult
Dump the parsed contents of msg to stdout.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:04 GMT+0800 (HKT)