Import line: | GstSdp = imports.gi.GstSdp; |
GIR File: | GstSdp-0.10.gir |
C documentation: | GstSDPResult |
Enum : | SDPResult |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number GstSdp.SDPResult.EINVAL : -1
|
|
Number GstSdp.SDPResult.OK : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstSdp
Method |
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 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 the bandwidth information with bwtype and bandwidth to media.
|
GstSdp.SDPMedia
Method |
Adds the encryption information to media.
|
GstSdp.SDPMedia
Method |
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 the specified bandwidth information to msg.
|
GstSdp.SDPMessage
Method |
Add time information start and stop to msg.
|
GstSdp.SDPMessage
Method |
Add time zone information to msg.
|
GstSdp.SDPMessage
Method |
Adds the encryption information to msg.
|
GstSdp.SDPMessage
Method |
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.
|