Import line: | GstSdp = imports.gi.GstSdp; |
GIR File: | GstSdp-0.10.gir |
C documentation: | GstSDPMessage |
Struct : | SDPMessage |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
attributes : GLib.Array
|
GstSdp.SDPMessage | |
bandwidths : GLib.Array
|
GstSdp.SDPMessage | |
connection : GstSdp.SDPConnection
|
GstSdp.SDPMessage | |
emails : GLib.Array
|
GstSdp.SDPMessage | |
information : String
|
GstSdp.SDPMessage | |
key : GstSdp.SDPKey
|
GstSdp.SDPMessage | |
medias : GLib.Array
|
GstSdp.SDPMessage | |
origin : GstSdp.SDPOrigin
|
GstSdp.SDPMessage | |
phones : GLib.Array
|
GstSdp.SDPMessage | |
session_name : String
|
GstSdp.SDPMessage | |
times : GLib.Array
|
GstSdp.SDPMessage | |
uri : String
|
GstSdp.SDPMessage | |
version : String
|
GstSdp.SDPMessage | |
zones : GLib.Array
|
GstSdp.SDPMessage |
Method / Constructor | Defined By | |
---|---|---|
new GstSdp.SDPMessage
()
Create a new GstSdp.SDPMessage
Create a new GstSdp.SDPMessage
|
||
Create a new GstSdp.SDPMessage
Create a new GstSdp.SDPMessage
|
||
Add the attribute with key and value to msg.
Add the attribute with key and value to msg.
|
GstSdp.SDPMessage | |
Add the specified bandwidth information to msg.
Add the specified bandwidth information to msg.
|
GstSdp.SDPMessage | |
add_email
(String email)
:
GstSdp.SDPResult
Add email to the list of emails in msg.
Add email to the list of emails in msg.
|
GstSdp.SDPMessage | |
add_media
(SDPMedia media)
:
GstSdp.SDPResult
Adds media to the array of medias in msg.
Adds media to the array of medias in msg. This function takes ownership of the contents of media so that media will have to be reinitialized with gst_media_init() before it can be used again.
|
GstSdp.SDPMessage | |
add_phone
(String phone)
:
GstSdp.SDPResult
Add phone to the list of phones in msg.
Add phone to the list of phones in msg.
|
GstSdp.SDPMessage | |
Add time information start and stop to msg.
Add time information start and stop to msg.
|
GstSdp.SDPMessage | |
Add time zone information to msg.
Add time zone information to msg.
|
GstSdp.SDPMessage | |
as_text
()
:
String
Convert the contents of msg to a text string.
Convert the contents of msg to a text string.
|
GstSdp.SDPMessage | |
attributes_len
()
:
Number
Get the number of attributes in msg.
Get the number of attributes in msg.
|
GstSdp.SDPMessage | |
bandwidths_len
()
:
Number
Get the number of bandwidth information in msg.
Get the number of bandwidth information in msg.
|
GstSdp.SDPMessage | |
dump
()
:
GstSdp.SDPResult
Dump the parsed contents of msg to stdout.
Dump the parsed contents of msg to stdout.
|
GstSdp.SDPMessage | |
emails_len
()
:
Number
Get the number of emails in msg.
Get the number of emails in msg.
|
GstSdp.SDPMessage | |
free
()
:
GstSdp.SDPResult
Free all resources allocated by msg.
Free all resources allocated by msg. msg should not be used anymore after this function. This function should be used when msg was dynamically allocated with gst_sdp_message_new().
|
GstSdp.SDPMessage | |
get_attribute
(Number idx)
:
GstSdp.SDPAttribute
Get the attribute at position idx in msg.
Get the attribute at position idx in msg.
|
GstSdp.SDPMessage | |
GstSdp.SDPMessage | ||
GstSdp.SDPMessage | ||
get_bandwidth
(Number idx)
:
GstSdp.SDPBandwidth
Get the bandwidth at index idx from msg.
Get the bandwidth at index idx from msg.
|
GstSdp.SDPMessage | |
get_connection
()
:
GstSdp.SDPConnection
Get the connection of msg.
Get the connection of msg.
|
GstSdp.SDPMessage | |
GstSdp.SDPMessage | ||
get_information
()
:
String
Get the information in msg.
Get the information in msg.
|
GstSdp.SDPMessage | |
get_key
()
:
GstSdp.SDPKey
Get the encryption information from msg.
Get the encryption information from msg.
|
GstSdp.SDPMessage | |
get_media
(Number idx)
:
GstSdp.SDPMedia
Get the media description at index idx in msg.
Get the media description at index idx in msg.
|
GstSdp.SDPMessage | |
get_origin
()
:
GstSdp.SDPOrigin
Get the origin of msg.
Get the origin of msg.
|
GstSdp.SDPMessage | |
GstSdp.SDPMessage | ||
get_session_name
()
:
String
Get the session name in msg.
Get the session name in msg.
|
GstSdp.SDPMessage | |
get_time
(Number idx)
:
GstSdp.SDPTime
Get time information with index idx from msg.
Get time information with index idx from msg.
|
GstSdp.SDPMessage | |
get_uri
()
:
String
Get the URI in msg.
Get the URI in msg.
|
GstSdp.SDPMessage | |
get_version
()
:
String
Get the version in msg.
Get the version in msg.
|
GstSdp.SDPMessage | |
get_zone
(Number idx)
:
GstSdp.SDPZone
Get time zone information with index idx from msg.
Get time zone information with index idx from msg.
|
GstSdp.SDPMessage | |
init
()
:
GstSdp.SDPResult
Initialize msg so that its contents are as if it was freshly allocated with gst_sdp_message_new().
Initialize msg so that its contents are as if it was freshly allocated with gst_sdp_message_new(). This function is mostly used to initialize a message allocated on the stack. gst_sdp_message_uninit() undoes this operation. When this function is invoked on newly allocated data (with malloc or on the stack), its contents should be set to 0 before calling this function.
|
GstSdp.SDPMessage | |
medias_len
()
:
Number
Get the number of media descriptions in msg.
Get the number of media descriptions in msg.
|
GstSdp.SDPMessage | |
phones_len
()
:
Number
Get the number of phones in msg.
Get the number of phones in msg.
|
GstSdp.SDPMessage | |
set_connection
(String nettype, String addrtype, String address, Number ttl, Number addr_number)
:
GstSdp.SDPResult
"Internet".
|
GstSdp.SDPMessage | |
set_information
(String information)
:
GstSdp.SDPResult
Set the information in msg.
Set the information in msg.
|
GstSdp.SDPMessage | |
Adds the encryption information to msg.
Adds the encryption information to msg.
|
GstSdp.SDPMessage | |
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.
Configure the SDP origin in msg with the given parameters.
|
GstSdp.SDPMessage | |
set_session_name
(String session_name)
:
GstSdp.SDPResult
Set the session name in msg.
Set the session name in msg.
|
GstSdp.SDPMessage | |
set_uri
(String uri)
:
GstSdp.SDPResult
Set the URI in msg.
Set the URI in msg.
|
GstSdp.SDPMessage | |
set_version
(String version)
:
GstSdp.SDPResult
Set the version in msg.
Set the version in msg.
|
GstSdp.SDPMessage | |
times_len
()
:
Number
Get the number of time information entries in msg.
Get the number of time information entries in msg.
|
GstSdp.SDPMessage | |
uninit
()
:
GstSdp.SDPResult
Free all resources allocated in msg.
Free all resources allocated in msg. msg should not be used anymore after this function. This function should be used when msg was allocated on the stack and initialized with gst_sdp_message_init().
|
GstSdp.SDPMessage | |
zones_len
()
:
Number
Get the number of time zone information entries in msg.
Get the number of time zone information entries in msg.
|
GstSdp.SDPMessage |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstRtsp.RTSPExtension
Method |
|
GstSdp
Method |
Parse the contents of size bytes pointed to by data and store the result in
|